Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds