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