Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgtp.h32 struct gtp1_header { /* According to 3GPP TS 29.060. */ struct
/linux/drivers/net/
H A Dgtp.c636 * that's why size of gtp1_header should be subtracted, in gtp1u_build_echo_msg()
640 len_hdr = sizeof(struct gtp1_header); in gtp1u_build_echo_msg()
790 sizeof(struct gtp1_header); in gtp1u_udp_encap_recv()
791 struct gtp1_header *gtp1; in gtp1u_udp_encap_recv()
798 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
834 gtp1 = (struct gtp1_header *)(skb->data + sizeof(struct udphdr)); in gtp1u_udp_encap_recv()
969 struct gtp1_header *gtp1; in gtp1_push_header()
1083 mtu -= sizeof(struct gtp1_header); in gtp_build_skb_outer_ip4()
1145 mtu -= sizeof(struct gtp1_header); in gtp_build_skb_outer_ip6()