Searched refs:TCPOLEN_SIGNATURE (Results 1 – 5 of 5) sorted by relevance
81 #define TCPOLEN_SIGNATURE 18 macro
599 PADTCPOLEN(TCPOLEN_SIGNATURE) : 0) + in tcp_default_output()1860 int siglen = TCPOLEN_SIGNATURE - 2; in tcp_addoptions()1866 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) { in tcp_addoptions()1870 optlen += TCPOLEN_SIGNATURE; in tcp_addoptions()1872 *optp++ = TCPOLEN_SIGNATURE; in tcp_addoptions()
121 #define TCPOLEN_SIGNATURE 18 macro
3503 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()3519 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()3552 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_fixed_maxseg()3563 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_fixed_maxseg()
3597 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()