Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c209 u_char opt[TCP_MAXOLEN]; in tcp_output()
1754 if (optlen == TCP_MAXOLEN) in tcp_addoptions()
1762 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG) in tcp_addoptions()
1776 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()
1788 if (TCP_MAXOLEN - optlen < TCPOLEN_SACK_PERMITTED) in tcp_addoptions()
1799 if (TCP_MAXOLEN - optlen < TCPOLEN_TIMESTAMP) in tcp_addoptions()
1819 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) { in tcp_addoptions()
1841 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK) in tcp_addoptions()
1846 (TCP_MAXOLEN - optlen) / TCPOLEN_SACK); in tcp_addoptions()
1867 if (TCP_MAXOLEN - optlen < total_len) { in tcp_addoptions()
[all …]
H A Dtcp.h153 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
H A Dtcp_log_buf.h167 uint8_t tlb_opts[TCP_MAXOLEN]; /* The TCP options */
H A Dtcp_subr.c1550 if (M_TRAILINGSPACE(m) < TCP_MAXOLEN) { in tcp_respond()
3061 optlen = min(optlen, TCP_MAXOLEN); in tcp_maxseg()
H A Dtcp_syncache.c1888 KASSERT(max_linkhdr + tlen + TCP_MAXOLEN <= MHLEN, in syncache_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h153 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c857 optlen = min(optlen, TCP_MAXOLEN); in ctf_fixed_maxseg()
H A Drack.c11900 u_char opt[TCP_MAXOLEN]; in rack_output()
H A Dbbr.c11978 u_char opt[TCP_MAXOLEN]; in bbr_output_wtime()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1934 u_char opts[TCP_MAXOLEN]; in pf_normalize_tcpopt()
H A Dpf.c2389 u_int8_t opts[TCP_MAXOLEN], *opt = opts; in pf_modulate_sack()