Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_output.c202 u_char opt[TCP_MAXOLEN]; in tcp_default_output()
1813 if (optlen == TCP_MAXOLEN) in tcp_addoptions()
1821 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG) in tcp_addoptions()
1835 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()
1847 if (TCP_MAXOLEN - optlen < TCPOLEN_SACK_PERMITTED) in tcp_addoptions()
1858 if (TCP_MAXOLEN - optlen < TCPOLEN_TIMESTAMP) in tcp_addoptions()
1878 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) { in tcp_addoptions()
1900 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK) in tcp_addoptions()
1905 (TCP_MAXOLEN - optlen) / TCPOLEN_SACK); in tcp_addoptions()
1926 if (TCP_MAXOLEN - optlen < total_len) { in tcp_addoptions()
[all …]
H A Dtcp.h170 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
H A Dtcp_log_buf.h193 uint8_t tlb_opts[TCP_MAXOLEN]; /* The TCP options */
H A Dtcp_syncache.c1815 KASSERT(max_linkhdr + tlen + TCP_MAXOLEN <= MHLEN, in syncache_respond()
1818 max_linkhdr, tlen, (uintmax_t)TCP_MAXOLEN, MHLEN)); in syncache_respond()
H A Dtcp_subr.c1943 if (M_TRAILINGSPACE(m) < TCP_MAXOLEN) { in tcp_respond()
3548 optlen = min(optlen, TCP_MAXOLEN); in tcp_maxseg()
3592 optlen = min(optlen, TCP_MAXOLEN); in tcp_fixed_maxseg()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c1941 u_char opts[TCP_MAXOLEN]; in pf_normalize_mss()
H A Dpf.c3917 u_int8_t opts[TCP_MAXOLEN], *opt = opts; in pf_modulate_sack()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18480 u_char opt[TCP_MAXOLEN]; in rack_fast_rsm_output()
19066 u_char opt[TCP_MAXOLEN]; in rack_fast_output()
19691 u_char opt[TCP_MAXOLEN]; in rack_output()
H A Dbbr.c11834 u_char opt[TCP_MAXOLEN]; in bbr_output_wtime()