Searched refs:TCP_MAXOLEN (Results 1 – 11 of 11) sorted by relevance
209 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 …]
153 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
167 uint8_t tlb_opts[TCP_MAXOLEN]; /* The TCP options */
1550 if (M_TRAILINGSPACE(m) < TCP_MAXOLEN) { in tcp_respond()3061 optlen = min(optlen, TCP_MAXOLEN); in tcp_maxseg()
1888 KASSERT(max_linkhdr + tlen + TCP_MAXOLEN <= MHLEN, in syncache_respond()
857 optlen = min(optlen, TCP_MAXOLEN); in ctf_fixed_maxseg()
11900 u_char opt[TCP_MAXOLEN]; in rack_output()
11978 u_char opt[TCP_MAXOLEN]; in bbr_output_wtime()
1934 u_char opts[TCP_MAXOLEN]; in pf_normalize_tcpopt()
2389 u_int8_t opts[TCP_MAXOLEN], *opt = opts; in pf_modulate_sack()