Searched refs:gtp (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ |
D | gtp.c | 144 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) in gtp0_pdp_find() argument 149 head = >p->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 = >p->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 = >p->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 = >p->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 …]
|
D | Makefile | 39 obj-$(CONFIG_GTP) += gtp.o
|
D | Kconfig | 281 This allows one to create gtp virtual interfaces that provide 291 will be called gtp.
|
/linux-6.12.1/Documentation/networking/ |
D | index.rst | 62 gtp
|
D | gtp.rst | 11 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/ |
D | MAINTAINERS | 9890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git 9891 F: drivers/net/gtp.c
|