Searched refs:gtp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ |
H A D | gtp.c | 146 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) in gtp0_pdp_find() argument 151 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find() 163 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid, u16 family) in gtp1_pdp_find() argument 168 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find() 180 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() argument 185 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find() 214 static struct pdp_ctx *ipv6_pdp_find(struct gtp_dev *gtp, in ipv6_pdp_find() argument 220 head = >p->addr_hash[ipv6_hashfn(ms_addr) % gtp->hash_size]; in ipv6_pdp_find() 425 static int gtp0_send_echo_resp_ip(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_send_echo_resp_ip() argument 434 rt = ip4_route_output_gtp(&fl4, gtp->sk0, iph->saddr, iph->daddr); in gtp0_send_echo_resp_ip() [all …]
|
/linux/Documentation/networking/ |
H A 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/ |
H A D | MAINTAINERS | 10096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git 10097 F: drivers/net/gtp.c
|