Home
last modified time | relevance | path

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

/drivers/net/
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()
430 gtp1->flags = 0x30; /* v1, GTP-non-prime. */ in gtp1_push_header()
[all …]