Searched refs:gtp (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ |
D | gtp.c | 105 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find() argument 110 head = >p->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find() 121 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find() argument 126 head = >p->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find() 137 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() argument 142 head = >p->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find() 212 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_udp_encap_recv() argument 230 pctx = gtp0_pdp_find(gtp, be64_to_cpu(gtp0->tid)); in gtp0_udp_encap_recv() 232 netdev_dbg(gtp->dev, "No PDP ctx to decap skb=%p\n", skb); in gtp0_udp_encap_recv() 236 return gtp_rx(pctx, skb, hdrlen, gtp->role); in gtp0_udp_encap_recv() [all …]
|
D | Makefile | 35 obj-$(CONFIG_GTP) += gtp.o
|
D | Kconfig | 280 This allows one to create gtp virtual interfaces that provide 290 wil be called gtp.
|
/Linux-v5.10/Documentation/networking/ |
D | index.rst | 59 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-v5.10/ |
D | MAINTAINERS | 7692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git 7693 F: drivers/net/gtp.c
|