Searched refs:gtp0 (Results 1 – 1 of 1) sorted by relevance
265 return !(gtp0->tid || (gtp0->flags ^ 0x1e) || in gtp0_validate_echo_hdr()266 gtp0->number != 0xff || gtp0->flow); in gtp0_validate_echo_hdr()298 struct gtp0_header *gtp0; in gtp0_send_echo_resp() local309 seq = gtp0->seq; in gtp0_send_echo_resp()377 struct gtp0_header *gtp0; in gtp0_handle_echo_resp() local412 struct gtp0_header *gtp0; in gtp0_udp_encap_recv() local738 struct gtp0_header *gtp0; in gtp0_push_header() local740 gtp0 = skb_push(skb, sizeof(*gtp0)); in gtp0_push_header()743 gtp0->type = GTP_TPDU; in gtp0_push_header()747 gtp0->number = 0xff; in gtp0_push_header()[all …]