Searched refs:TCP_MAXOLEN (Results 1 – 4 of 4) sorted by relevance
124 uint8_t opt[TCP_MAXOLEN]; in tcp_output()1018 char outbuf[sizeof(struct tcphdr) + TCP_MAXOLEN]; in tcp_output()1441 if (optlen == TCP_MAXOLEN) in tcp_addoptions()1449 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG) in tcp_addoptions()1463 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()1475 if (TCP_MAXOLEN - optlen < TCPOLEN_SACK_PERMITTED) in tcp_addoptions()1486 if (TCP_MAXOLEN - optlen < TCPOLEN_TIMESTAMP) in tcp_addoptions()1506 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) in tcp_addoptions()1526 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK) in tcp_addoptions()1531 (TCP_MAXOLEN - optlen) / TCPOLEN_SACK); in tcp_addoptions()[all …]
91 …V_tcp_minmss = TCP_MAXOLEN + 1, // Must have enough space for TCP options, and one more byte for d…
170 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
126 uint8_t opt[TCP_MAXOLEN]; in tcp_twrespond()