Home
last modified time | relevance | path

Searched refs:gtp1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dgtp.c243 struct gtp1_header *gtp1; in gtp1u_udp_encap_recv() local
249 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
251 if ((gtp1->flags >> 5) != GTP_V1) in gtp1u_udp_encap_recv()
254 if (gtp1->type != GTP_TPDU) in gtp1u_udp_encap_recv()
263 if (gtp1->flags & GTP1_F_MASK) in gtp1u_udp_encap_recv()
270 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
272 pctx = gtp1_pdp_find(gtp, ntohl(gtp1->tid)); in gtp1u_udp_encap_recv()
420 struct gtp1_header *gtp1; in gtp1_push_header() local
422 gtp1 = skb_push(skb, sizeof(*gtp1)); in gtp1_push_header()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dgtp.c574 struct gtp1_header *gtp1; in gtp1u_udp_encap_recv() local
580 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
582 if ((gtp1->flags >> 5) != GTP_V1) in gtp1u_udp_encap_recv()
589 if (gtp1->type == GTP_ECHO_REQ && gtp->sk_created) in gtp1u_udp_encap_recv()
592 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created) in gtp1u_udp_encap_recv()
595 if (gtp1->type != GTP_TPDU) in gtp1u_udp_encap_recv()
604 if (gtp1->flags & GTP1_F_MASK) in gtp1u_udp_encap_recv()
611 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
613 pctx = gtp1_pdp_find(gtp, ntohl(gtp1->tid)); in gtp1u_udp_encap_recv()
755 struct gtp1_header *gtp1; in gtp1_push_header() local
[all...]

Completed in 5 milliseconds