Searched refs:TCPOLEN_SIGNATURE (Results 1 – 5 of 5) sorted by relevance
82 #define TCPOLEN_SIGNATURE 18 macro
99 #define TCPOLEN_SIGNATURE 18 macro
1761 int siglen = TCPOLEN_SIGNATURE - 2; in tcp_addoptions()1767 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) in tcp_addoptions()1769 optlen += TCPOLEN_SIGNATURE; in tcp_addoptions()1771 *optp++ = TCPOLEN_SIGNATURE; in tcp_addoptions()
2318 optlen += PAD(TCPOLEN_SIGNATURE); in tcp_maxseg()2334 optlen += PAD(TCPOLEN_SIGNATURE); in tcp_maxseg()
3343 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()