Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dgtp.h16 #define GTP_ECHO_RSP 2 /* Echo Response */ macro
/openbmc/linux/drivers/net/
H A Dgtp.c289 if (msg_type == GTP_ECHO_RSP) in gtp0_build_echo_msg()
317 gtp0_build_echo_msg(&gtp_pkt->gtp0_h, GTP_ECHO_RSP); in gtp0_send_echo_resp()
430 if (gtp0->type == GTP_ECHO_RSP && gtp->sk_created) in gtp0_udp_encap_recv()
463 if (msg_type == GTP_ECHO_RSP) { in gtp1u_build_echo_msg()
499 gtp1u_build_echo_msg(&gtp_pkt->gtp1u_h, GTP_ECHO_RSP); in gtp1u_send_echo_resp()
592 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created) in gtp1u_udp_encap_recv()