Searched refs:TCPOLEN_SACK_PERMITTED (Results 1 – 8 of 8) sorted by relevance
96 #define TCPOLEN_SACK_PERMITTED 2 macro
1788 if (TCP_MAXOLEN - optlen < TCPOLEN_SACK_PERMITTED) in tcp_addoptions()1790 optlen += TCPOLEN_SACK_PERMITTED; in tcp_addoptions()1792 *optp++ = TCPOLEN_SACK_PERMITTED; in tcp_addoptions()
3058 optlen += PADTCPOLEN(TCPOLEN_SACK_PERMITTED); in tcp_maxseg()
3478 if (optlen != TCPOLEN_SACK_PERMITTED) in tcp_dooptions()
854 optlen += PAD(TCPOLEN_SACK_PERMITTED); in ctf_fixed_maxseg()
390 if (optlen == TCPOLEN_SACK_PERMITTED) in tcpopts_parse()
1973 if (ol == TCPOLEN_SACK_PERMITTED)