Searched refs:tcp_len (Results 1 – 1 of 1) sorted by relevance
211 int tcp_len; in tcphdr_ok() local216 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()