Searched refs:gtp (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ |
| H A D | gtp.c | 149 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) in gtp0_pdp_find() argument 154 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find() 167 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid, u16 family) in gtp1_pdp_find() argument 172 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find() 185 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() argument 190 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find() 220 static struct pdp_ctx *ipv6_pdp_find(struct gtp_dev *gtp, in ipv6_pdp_find() argument 226 head = >p->addr_hash[ipv6_hashfn(ms_addr) % gtp->hash_size]; in ipv6_pdp_find() 437 static int gtp0_send_echo_resp_ip(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_send_echo_resp_ip() argument 446 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 | index.rst | 59 gtp
|
| 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/Documentation/translations/zh_CN/networking/ |
| H A D | index.rst | 84 * gtp
|
| /linux/ |
| H A D | MAINTAINERS | 11421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git 11422 F: drivers/net/gtp.c
|