Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgtp.h16 #define GTP_ECHO_RSP 2 /* Echo Response */ macro
/linux/drivers/net/
H A Dgtp.c417 if (msg_type == GTP_ECHO_RSP) in gtp0_build_echo_msg()
471 gtp0_build_echo_msg(&gtp_pkt->gtp0_h, GTP_ECHO_RSP); in gtp0_send_echo_resp()
599 if (gtp0->type == GTP_ECHO_RSP && gtp->sk_created) in gtp0_udp_encap_recv()
638 if (msg_type == GTP_ECHO_RSP) { in gtp1u_build_echo_msg()
674 gtp1u_build_echo_msg(&gtp_pkt->gtp1u_h, GTP_ECHO_RSP); in gtp1u_send_echo_resp()
805 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created) in gtp1u_udp_encap_recv()