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

/linux-master/include/net/
H A Dgtp.h61 struct gtp1_header_long gtp1u_h; member in struct:gtp1u_packet
/linux-master/drivers/net/
H A Dgtp.c499 gtp1u_build_echo_msg(&gtp_pkt->gtp1u_h, GTP_ECHO_RSP);
1763 struct gtp1_header_long *gtp1u_h;
1776 gtp1u_h = skb_push(skb_to_send,
1778 memset(gtp1u_h, 0, sizeof(struct gtp1_header_long));
1779 gtp1u_build_echo_msg(gtp1u_h, GTP_ECHO_REQ);
1762 struct gtp1_header_long *gtp1u_h; local

Completed in 148 milliseconds