Searched refs:gtp1 (Results 1 – 1 of 1) sorted by relevance
788 struct gtp1_header *gtp1; in gtp1u_udp_encap_recv() local797 if ((gtp1->flags >> 5) != GTP_V1) 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()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()966 struct gtp1_header *gtp1; in gtp1_push_header() local968 gtp1 = skb_push(skb, sizeof(*gtp1)); in gtp1_push_header()977 gtp1->type = GTP_TPDU; in gtp1_push_header()978 gtp1->length = htons(payload_len); in gtp1_push_header()[all …]