Searched refs:gtp1u (Results 1 – 1 of 1) sorted by relevance
477 struct gtp1_header_long *gtp1u; in gtp1u_send_echo_resp() local483 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_send_echo_resp()489 if (!(gtp1u->flags & GTP1_F_SEQ) || gtp1u->tid) in gtp1u_send_echo_resp()536 struct gtp1_header_long *gtp1u; in gtp1u_handle_echo_resp() local542 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_handle_echo_resp()548 if (!(gtp1u->flags & GTP1_F_SEQ) || gtp1u->tid) in gtp1u_handle_echo_resp()