Searched refs:TCPOLEN_WINDOW (Results 1 – 9 of 9) sorted by relevance
94 #define TCPOLEN_WINDOW 3 macro
1776 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()1778 optlen += TCPOLEN_WINDOW; in tcp_addoptions()1780 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
3052 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_maxseg()
3446 if (optlen != TCPOLEN_WINDOW) in tcp_dooptions()
165 if (optlen >= TCPOLEN_WINDOW) in pf_osfp_fingerprint_hdr()
848 optlen += PAD(TCPOLEN_WINDOW); in ctf_fixed_maxseg()
385 if (optlen == TCPOLEN_WINDOW) in tcpopts_parse()
1947 if (ol == TCPOLEN_WINDOW) {