Searched refs:TCPOLEN_ACCECN_EMPTY (Results 1 – 3 of 3) sorted by relevance
165 #define TCPOLEN_ACCECN_EMPTY 2 /* Empty option contains kind and length */ macro
571 uint8_t len = TCPOLEN_ACCECN_EMPTY; in tcp_add_accecn_option()577 if (max_len < TCPOLEN_ACCECN_EMPTY) { in tcp_add_accecn_option()604 if (max_len < (TCPOLEN_ACCECN_EMPTY + 1 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()610 } else if (max_len < (TCPOLEN_ACCECN_EMPTY + 2 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()621 } else if (max_len < (TCPOLEN_ACCECN_EMPTY + 3 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()
6493 if (optlen < (TCPOLEN_ACCECN_EMPTY + 1 * TCPOLEN_ACCECN_COUNTER) || in tcp_dooptions()