Home
last modified time | relevance | path

Searched refs:gtp (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/
H A Dgtp.c151 head = &gtp->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find()
168 head = &gtp->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()
185 head = &gtp->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find()
853 if (gtp) { in __gtp_encap_destroy()
905 if (!gtp) in gtp_encap_recv()
1519 if ((gtp->sk0 && gtp->sk0->sk_family == AF_INET6) || in gtp_newlink()
1520 (gtp->sk1u && gtp->sk1u->sk_family == AF_INET6)) { in gtp_newlink()
1764 return gtp; in gtp_find_dev()
2035 if (!gtp) { in gtp_genl_new_pdp()
2074 if (!gtp) in gtp_find_pdp_by_link()
[all …]
H A DMakefile39 obj-$(CONFIG_GTP) += gtp.o
H A DKconfig281 This allows one to create gtp virtual interfaces that provide
291 will be called gtp.
/linux-6.15/Documentation/networking/
H A Dindex.rst63 gtp
H A Dgtp.rst11 In 'drivers/net/gtp.c' you are finding a kernel-level implementation
78 https://osmocom.org/projects/linux-kernel-gtp-u/wiki
143 https://osmocom.org/projects/linux-kernel-gtp-u/issues
/linux-6.15/Documentation/netlink/specs/
H A Dtc.yaml2796 name: gtp
2798 nested-attributes: tc-flower-key-enc-opt-gtp-attrs
2833 name: tc-flower-key-enc-opt-gtp-attrs
/linux-6.15/
H A DMAINTAINERS10335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
10336 F: drivers/net/gtp.c