Searched refs:TCPOLEN_WINDOW (Results 1 – 8 of 8) sorted by relevance
97 #define TCPOLEN_WINDOW 3 macro
1719 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()1721 optlen += TCPOLEN_WINDOW; in tcp_addoptions()1723 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
2971 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_maxseg()
3399 if (optlen != TCPOLEN_WINDOW) in tcp_dooptions()
166 if (optlen >= TCPOLEN_WINDOW) in pf_osfp_fingerprint_hdr()
787 optlen += PAD(TCPOLEN_WINDOW); in ctf_fixed_maxseg()
383 if (optlen == TCPOLEN_WINDOW) in tcpopts_parse()
1900 if (ol == TCPOLEN_WINDOW) { in ipf_tcpoptions()