Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dgtp.c144 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) in gtp0_pdp_find() argument
149 head = &gtp->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find()
161 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid, u16 family) in gtp1_pdp_find() argument
166 head = &gtp->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()
178 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() argument
183 head = &gtp->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find()
212 static struct pdp_ctx *ipv6_pdp_find(struct gtp_dev *gtp, in ipv6_pdp_find() argument
218 head = &gtp->addr_hash[ipv6_hashfn(ms_addr) % gtp->hash_size]; in ipv6_pdp_find()
423 static int gtp0_send_echo_resp_ip(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_send_echo_resp_ip() argument
432 rt = ip4_route_output_gtp(&fl4, gtp->sk0, iph->saddr, iph->daddr); in gtp0_send_echo_resp_ip()
[all …]
DMakefile39 obj-$(CONFIG_GTP) += gtp.o
DKconfig281 This allows one to create gtp virtual interfaces that provide
291 will be called gtp.
/linux-6.12.1/Documentation/networking/
Dindex.rst62 gtp
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.12.1/
DMAINTAINERS9890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
9891 F: drivers/net/gtp.c