Searched refs:gtp1_header_long (Results 1 – 2 of 2) sorted by relevance
39 struct gtp1_header_long { /* According to 3GPP TS 29.060. */ struct61 struct gtp1_header_long gtp1u_h; argument
623 static void gtp1u_build_echo_msg(struct gtp1_header_long *hdr, __u8 msg_type) in gtp1u_build_echo_msg()647 len_pkt = sizeof(struct gtp1_header_long); in gtp1u_build_echo_msg()654 struct gtp1_header_long *gtp1u; in gtp1u_send_echo_resp()660 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_send_echo_resp()671 sizeof(struct gtp1_header_long) + sizeof(struct udphdr)); in gtp1u_send_echo_resp()713 struct gtp1_header_long *gtp1u; in gtp1u_handle_echo_resp()719 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_handle_echo_resp()2371 struct gtp1_header_long *gtp1u_h; in gtp_genl_send_echo_req()2374 sizeof(struct gtp1_header_long) + in gtp_genl_send_echo_req()2385 sizeof(struct gtp1_header_long)); in gtp_genl_send_echo_req()[all …]