Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dgtp.h61 struct gtp1_header_long gtp1u_h; member
/openbmc/linux/drivers/net/
H A Dgtp.c499 gtp1u_build_echo_msg(&gtp_pkt->gtp1u_h, GTP_ECHO_RSP); in gtp1u_send_echo_resp()
1779 struct gtp1_header_long *gtp1u_h; in gtp_genl_send_echo_req() local
1792 gtp1u_h = skb_push(skb_to_send, in gtp_genl_send_echo_req()
1794 memset(gtp1u_h, 0, sizeof(struct gtp1_header_long)); in gtp_genl_send_echo_req()
1795 gtp1u_build_echo_msg(gtp1u_h, GTP_ECHO_REQ); in gtp_genl_send_echo_req()