Searched refs:gtp0 (Results 1 – 1 of 1) sorted by relevance
395 return !(gtp0->tid || (gtp0->flags ^ 0x1e) || in gtp0_validate_echo_hdr()396 gtp0->number != 0xff || gtp0->flow); in gtp0_validate_echo_hdr()457 struct gtp0_header *gtp0; in gtp0_send_echo_resp() local465 seq = gtp0->seq; in gtp0_send_echo_resp()530 struct gtp0_header *gtp0; in gtp0_handle_echo_resp() local582 struct gtp0_header *gtp0; in gtp0_udp_encap_recv() local949 struct gtp0_header *gtp0; in gtp0_push_header() local951 gtp0 = skb_push(skb, sizeof(*gtp0)); in gtp0_push_header()954 gtp0->type = GTP_TPDU; in gtp0_push_header()958 gtp0->number = 0xff; in gtp0_push_header()[all …]