Searched refs:TCPOLEN_WINDOW (Results 1 – 7 of 7) sorted by relevance
89 #define TCPOLEN_WINDOW 3 macro
1724 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()1726 optlen += TCPOLEN_WINDOW; in tcp_addoptions()1728 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
2331 optlen += PAD(TCPOLEN_WINDOW); in tcp_maxseg()
3317 if (optlen != TCPOLEN_WINDOW) in tcp_dooptions()
867 #ifndef TCPOLEN_WINDOW868 # define TCPOLEN_WINDOW 3 macro
1942 if (ol == TCPOLEN_WINDOW) {
158 if (optlen >= TCPOLEN_WINDOW) in pf_osfp_fingerprint_hdr()