Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dgtp.c803 struct gtp1_header *gtp1; in gtp1u_udp_encap_recv() local
810 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
812 if ((gtp1->flags >> 5) != GTP_V1) in gtp1u_udp_encap_recv()
819 if (gtp1->type == GTP_ECHO_REQ && gtp->sk_created) in gtp1u_udp_encap_recv()
822 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created) in gtp1u_udp_encap_recv()
825 if (gtp1->type != GTP_TPDU) in gtp1u_udp_encap_recv()
834 if (gtp1->flags & GTP1_F_MASK) in gtp1u_udp_encap_recv()
841 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
843 if (gtp1->flags & GTP1_F_EXTHDR && in gtp1u_udp_encap_recv()
852 pctx = gtp1_pdp_find(gtp, ntohl(gtp1->tid), in gtp1u_udp_encap_recv()
[all …]