Home
last modified time | relevance | path

Searched refs:TCPOLEN_WINDOW (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp.h111 #define TCPOLEN_WINDOW 3 macro
H A Dtcp_output.c1823 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()
1825 optlen += TCPOLEN_WINDOW; in tcp_addoptions()
1827 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
H A Dtcp_subr.c3824 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_maxseg()
3868 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_fixed_maxseg()
H A Dtcp_log_buf.c3081 if (optlen != TCPOLEN_WINDOW) { in db_print_tcphdr()
H A Dtcp_input.c3499 if (optlen != TCPOLEN_WINDOW) in tcp_dooptions()
/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c160 if (optlen >= TCPOLEN_WINDOW) in pf_osfp_fingerprint_hdr()
H A Dpf.c5449 if (olen < TCPOLEN_WINDOW || !pf_pull_hdr(pd->m, in pf_get_wscale()
5455 TCPOPT_WINDOW, TCPOLEN_WINDOW)) != NULL) { in pf_get_wscale()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c388 if (optlen == TCPOLEN_WINDOW) in tcpopts_parse()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c1898 if (ol == TCPOLEN_WINDOW) { in ipf_tcpoptions()