Home
last modified time | relevance | path

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

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