Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dgtp.c788 struct gtp1_header *gtp1; in gtp1u_udp_encap_recv() local
795 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
797 if ((gtp1->flags >> 5) != GTP_V1) in gtp1u_udp_encap_recv()
804 if (gtp1->type == GTP_ECHO_REQ && gtp->sk_created) in gtp1u_udp_encap_recv()
807 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created) in gtp1u_udp_encap_recv()
810 if (gtp1->type != GTP_TPDU) in gtp1u_udp_encap_recv()
819 if (gtp1->flags & GTP1_F_MASK) in gtp1u_udp_encap_recv()
831 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
833 pctx = gtp1_pdp_find(gtp, ntohl(gtp1->tid), in gtp1u_udp_encap_recv()
840 if (gtp1->flags & GTP1_F_EXTHDR && in gtp1u_udp_encap_recv()
[all …]