Searched refs:tcpopt_cnt (Results 1 – 1 of 1) sorted by relevance
124 int tcpopt_cnt = (tcp->th_off << 2) + sizeof(struct tcphdr); in pf_osfp_fingerprint_hdr() local159 for (; tcpopt_cnt > 0; tcpopt_cnt -= optlen, tcpopt_ptr += optlen) { in pf_osfp_fingerprint_hdr()170 if (tcpopt_cnt < 2) { in pf_osfp_fingerprint_hdr()174 if (optlen > tcpopt_cnt || optlen < 2) { in pf_osfp_fingerprint_hdr()