Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dgtp.h12 struct gtp0_header { /* According to GSM TS 09.60. */ struct
/Linux-v5.4/drivers/net/
Dgtp.c222 sizeof(struct gtp0_header); in gtp0_udp_encap_recv()
223 struct gtp0_header *gtp0; in gtp0_udp_encap_recv()
229 gtp0 = (struct gtp0_header *)(skb->data + sizeof(struct udphdr)); in gtp0_udp_encap_recv()
408 struct gtp0_header *gtp0; in gtp0_push_header()
534 mtu -= sizeof(struct gtp0_header); in gtp_build_skb_ip4()
640 sizeof(struct gtp0_header); in gtp_link_setup()