Home
last modified time | relevance | path

Searched refs:gtp (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/
Dgtp.c106 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find() argument
111 head = &gtp->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 = &gtp->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 = &gtp->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 …]
DMakefile31 obj-$(CONFIG_GTP) += gtp.o
DKconfig223 This allows one to create gtp virtual interfaces that provide
233 wil be called gtp.
/Linux-v5.4/Documentation/networking/
Dgtp.txt6 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/
DKbuild826 header-test- += net/gtp.h
/Linux-v5.4/
DMAINTAINERS7156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
7158 F: drivers/net/gtp.c