Searched refs:gtp1u (Results 1 – 1 of 1) sorted by relevance
654 struct gtp1_header_long *gtp1u; in gtp1u_send_echo_resp() local660 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_send_echo_resp()666 if (!(gtp1u->flags & GTP1_F_SEQ) || gtp1u->tid) in gtp1u_send_echo_resp()713 struct gtp1_header_long *gtp1u; in gtp1u_handle_echo_resp() local719 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_handle_echo_resp()725 if (!(gtp1u->flags & GTP1_F_SEQ) || gtp1u->tid) in gtp1u_handle_echo_resp()