Searched refs:gtp1 (Results 1 – 1 of 1) sorted by relevance
573 struct gtp1_header *gtp1; in gtp1u_udp_encap_recv() local579 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()581 if ((gtp1->flags >> 5) != GTP_V1) in gtp1u_udp_encap_recv()588 if (gtp1->type == GTP_ECHO_REQ && gtp->sk_created) in gtp1u_udp_encap_recv()591 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created) in gtp1u_udp_encap_recv()594 if (gtp1->type != GTP_TPDU) in gtp1u_udp_encap_recv()603 if (gtp1->flags & GTP1_F_MASK) in gtp1u_udp_encap_recv()610 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()612 pctx = gtp1_pdp_find(gtp, ntohl(gtp1->tid)); in gtp1u_udp_encap_recv()752 struct gtp1_header *gtp1; in gtp1_push_header() local[all …]