Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp.h94 #define TCPOLEN_WINDOW 3 macro
H A Dtcp_output.c1776 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()
1778 optlen += TCPOLEN_WINDOW; in tcp_addoptions()
1780 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
H A Dtcp_subr.c3052 optlen += PADTCPOLEN(TCPOLEN_WINDOW); in tcp_maxseg()
H A Dtcp_input.c3446 if (optlen != TCPOLEN_WINDOW) in tcp_dooptions()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h94 #define TCPOLEN_WINDOW 3 macro
/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c165 if (optlen >= TCPOLEN_WINDOW) in pf_osfp_fingerprint_hdr()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c848 optlen += PAD(TCPOLEN_WINDOW); in ctf_fixed_maxseg()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c385 if (optlen == TCPOLEN_WINDOW) in tcpopts_parse()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c1947 if (ol == TCPOLEN_WINDOW) {