Searched refs:th_ofs (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/openvswitch/
H A Dflow.c215 int th_ofs = skb_transport_offset(skb); local
218 if (unlikely(!pskb_may_pull(skb, th_ofs + sizeof(struct tcphdr))))
223 skb->len < th_ofs + tcp_len))

Completed in 123 milliseconds