Searched refs:TCPOLEN_SIGNATURE (Results 1 – 6 of 6) sorted by relevance
104 #define TCPOLEN_SIGNATURE 18 macro
602 PADTCPOLEN(TCPOLEN_SIGNATURE) : 0) + in tcp_output()1813 int siglen = TCPOLEN_SIGNATURE - 2; in tcp_addoptions()1819 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) { in tcp_addoptions()1823 optlen += TCPOLEN_SIGNATURE; in tcp_addoptions()1825 *optp++ = TCPOLEN_SIGNATURE; in tcp_addoptions()
3039 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()3055 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()
3472 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()
840 optlen += PAD(TCPOLEN_SIGNATURE); in ctf_fixed_maxseg()851 optlen += PAD(TCPOLEN_SIGNATURE); in ctf_fixed_maxseg()