Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dgtp.c110 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid) in gtp0_pdp_find() argument
115 head = &gtp->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find()
126 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid) in gtp1_pdp_find() argument
131 head = &gtp->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()
142 static struct pdp_ctx *ipv4_pdp_find(struct gtp_dev *gtp, __be32 ms_addr) in ipv4_pdp_find() argument
147 head = &gtp->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find()
223 static int gtp0_udp_encap_recv(struct gtp_dev *gtp, struct sk_buff *skb) in gtp0_udp_encap_recv() argument
241 pctx = gtp0_pdp_find(gtp, be64_to_cpu(gtp0->tid)); in gtp0_udp_encap_recv()
243 netdev_dbg(gtp->dev, "No PDP ctx to decap skb=%p\n", skb); in gtp0_udp_encap_recv()
247 return gtp_rx(pctx, skb, hdrlen, gtp->role); in gtp0_udp_encap_recv()
[all …]
DMakefile31 obj-$(CONFIG_GTP) += gtp.o
DKconfig219 This allows one to create gtp virtual interfaces that provide
229 wil be called gtp.
/Linux-v4.19/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-v4.19/
DMAINTAINERS6422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6424 F: drivers/net/gtp.c