Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dgtp.h35 struct gtp1_header_long { /* According to 3GPP TS 29.060. */ struct
57 struct gtp1_header_long gtp1u_h; argument
/linux-5.19.10/drivers/net/
Dgtp.c445 static void gtp1u_build_echo_msg(struct gtp1_header_long *hdr, __u8 msg_type) in gtp1u_build_echo_msg()
469 len_pkt = sizeof(struct gtp1_header_long); in gtp1u_build_echo_msg()
476 struct gtp1_header_long *gtp1u; in gtp1u_send_echo_resp()
482 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_send_echo_resp()
493 sizeof(struct gtp1_header_long) + sizeof(struct udphdr)); in gtp1u_send_echo_resp()
535 struct gtp1_header_long *gtp1u; in gtp1u_handle_echo_resp()
541 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_handle_echo_resp()
1771 struct gtp1_header_long *gtp1u_h; in gtp_genl_send_echo_req()
1774 sizeof(struct gtp1_header_long) + in gtp_genl_send_echo_req()
1785 sizeof(struct gtp1_header_long)); in gtp_genl_send_echo_req()
[all …]