Searched refs:TCPOLEN_SACK_PERMITTED (Results 1 – 7 of 7) sorted by relevance
99 #define TCPOLEN_SACK_PERMITTED 2 macro
1731 if (TCP_MAXOLEN - optlen < TCPOLEN_SACK_PERMITTED) in tcp_addoptions()1733 optlen += TCPOLEN_SACK_PERMITTED; in tcp_addoptions()1735 *optp++ = TCPOLEN_SACK_PERMITTED; in tcp_addoptions()
2977 optlen += PADTCPOLEN(TCPOLEN_SACK_PERMITTED); in tcp_maxseg()
3431 if (optlen != TCPOLEN_SACK_PERMITTED) in tcp_dooptions()
793 optlen += PAD(TCPOLEN_SACK_PERMITTED); in ctf_fixed_maxseg()
388 if (optlen == TCPOLEN_SACK_PERMITTED) in tcpopts_parse()
1926 if (ol == TCPOLEN_SACK_PERMITTED) in ipf_tcpoptions()