Searched refs:TCPOLEN_WINDOW (Results 1 – 9 of 9) sorted by relevance
111 #define TCPOLEN_WINDOW 3 macro
1823 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()1825 optlen += TCPOLEN_WINDOW; in tcp_addoptions()1827 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
3824 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_maxseg()3868 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_fixed_maxseg()
3081 if (optlen != TCPOLEN_WINDOW) { in db_print_tcphdr()
3499 if (optlen != TCPOLEN_WINDOW) in tcp_dooptions()
160 if (optlen >= TCPOLEN_WINDOW) in pf_osfp_fingerprint_hdr()
5449 if (olen < TCPOLEN_WINDOW || !pf_pull_hdr(pd->m, in pf_get_wscale()5455 TCPOPT_WINDOW, TCPOLEN_WINDOW)) != NULL) { in pf_get_wscale()
388 if (optlen == TCPOLEN_WINDOW) in tcpopts_parse()
1898 if (ol == TCPOLEN_WINDOW) { in ipf_tcpoptions()