Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dgtp.c265 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() local
309 seq = gtp0->seq; in gtp0_send_echo_resp()
377 struct gtp0_header *gtp0; in gtp0_handle_echo_resp() local
412 struct gtp0_header *gtp0; in gtp0_udp_encap_recv() local
738 struct gtp0_header *gtp0; in gtp0_push_header() local
740 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 …]