Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dgtp.c405 static bool gtp0_validate_echo_hdr(struct gtp0_header *gtp0) in gtp0_validate_echo_hdr() argument
407 return !(gtp0->tid || (gtp0->flags ^ 0x1e) || in gtp0_validate_echo_hdr()
408 gtp0->number != 0xff || gtp0->flow); in gtp0_validate_echo_hdr()
470 struct gtp0_header *gtp0; in gtp0_send_echo_resp() local
473 gtp0 = (struct gtp0_header *)(skb->data + sizeof(struct udphdr)); in gtp0_send_echo_resp()
475 if (!gtp0_validate_echo_hdr(gtp0)) in gtp0_send_echo_resp()
478 seq = gtp0->seq; in gtp0_send_echo_resp()
543 struct gtp0_header *gtp0; in gtp0_handle_echo_resp() local
548 gtp0 = (struct gtp0_header *)(skb->data + sizeof(struct udphdr)); in gtp0_handle_echo_resp()
550 if (!gtp0_validate_echo_hdr(gtp0)) in gtp0_handle_echo_resp()
[all …]