Lines Matching refs:gtp1_header_long
446 static void gtp1u_build_echo_msg(struct gtp1_header_long *hdr, __u8 msg_type) in gtp1u_build_echo_msg()
470 len_pkt = sizeof(struct gtp1_header_long); in gtp1u_build_echo_msg()
477 struct gtp1_header_long *gtp1u; in gtp1u_send_echo_resp()
483 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_send_echo_resp()
494 sizeof(struct gtp1_header_long) + sizeof(struct udphdr)); in gtp1u_send_echo_resp()
536 struct gtp1_header_long *gtp1u; in gtp1u_handle_echo_resp()
542 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_handle_echo_resp()
1783 struct gtp1_header_long *gtp1u_h; in gtp_genl_send_echo_req()
1786 sizeof(struct gtp1_header_long) + in gtp_genl_send_echo_req()
1797 sizeof(struct gtp1_header_long)); in gtp_genl_send_echo_req()
1798 memset(gtp1u_h, 0, sizeof(struct gtp1_header_long)); in gtp_genl_send_echo_req()