Home
last modified time | relevance | path

Searched refs:tcp_len (Results 1 – 1 of 1) sorted by relevance

/linux/net/openvswitch/
H A Dflow.c212 int tcp_len; in tcphdr_ok() local
217 tcp_len = tcp_hdrlen(skb); in tcphdr_ok()
218 if (unlikely(tcp_len < sizeof(struct tcphdr) || in tcphdr_ok()
219 skb->len < th_ofs + tcp_len)) in tcphdr_ok()