Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dgtp.h12 #define GTP_ECHO_RSP 2 /* Echo Response */ macro
/linux-5.19.10/drivers/net/
Dgtp.c288 if (msg_type == GTP_ECHO_RSP) in gtp0_build_echo_msg()
316 gtp0_build_echo_msg(&gtp_pkt->gtp0_h, GTP_ECHO_RSP); in gtp0_send_echo_resp()
429 if (gtp0->type == GTP_ECHO_RSP && gtp->sk_created) in gtp0_udp_encap_recv()
462 if (msg_type == GTP_ECHO_RSP) { in gtp1u_build_echo_msg()
498 gtp1u_build_echo_msg(&gtp_pkt->gtp1u_h, GTP_ECHO_RSP); in gtp1u_send_echo_resp()
591 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created) in gtp1u_udp_encap_recv()