Searched refs:gtp1u (Results 1 – 1 of 1) sorted by relevance
476 struct gtp1_header_long *gtp1u; in gtp1u_send_echo_resp() local482 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_send_echo_resp()488 if (!(gtp1u->flags & GTP1_F_SEQ) || gtp1u->tid) in gtp1u_send_echo_resp()535 struct gtp1_header_long *gtp1u; in gtp1u_handle_echo_resp() local541 gtp1u = (struct gtp1_header_long *)(skb->data + sizeof(struct udphdr)); in gtp1u_handle_echo_resp()547 if (!(gtp1u->flags & GTP1_F_SEQ) || gtp1u->tid) in gtp1u_handle_echo_resp()