Searched refs:gtp (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ |
| D | gtp.c | 106 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find() argument 111 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find() 122 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find() argument 127 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find() 138 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() argument 143 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find() 219 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_udp_encap_recv() argument 237 pctx = gtp0_pdp_find(gtp, be64_to_cpu(gtp0->tid)); in gtp0_udp_encap_recv() 239 netdev_dbg(gtp->dev, "No PDP ctx to decap skb=%p\n", skb); in gtp0_udp_encap_recv() 243 return gtp_rx(pctx, skb, hdrlen, gtp->role); in gtp0_udp_encap_recv() [all …]
|
| D | Makefile | 31 obj-$(CONFIG_GTP) += gtp.o
|
| D | Kconfig | 223 This allows one to create gtp virtual interfaces that provide 233 wil be called gtp.
|
| /Linux-v5.4/Documentation/networking/ |
| D | gtp.txt | 6 In 'drivers/net/gtp.c' you are finding a kernel-level implementation 71 https://osmocom.org/projects/linux-kernel-gtp-u/wiki 130 https://osmocom.org/projects/linux-kernel-gtp-u/issues
|
| /Linux-v5.4/include/ |
| D | Kbuild | 826 header-test- += net/gtp.h
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 7156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git 7158 F: drivers/net/gtp.c
|