Searched refs:TCPOLEN_ACCECN_EMPTY (Results 1 – 2 of 2) sorted by relevance
162 #define TCPOLEN_ACCECN_EMPTY 2 /* Empty option contains kind and length */ macro
565 uint8_t len = TCPOLEN_ACCECN_EMPTY; in tcp_add_accecn_option()571 if (max_len < TCPOLEN_ACCECN_EMPTY) { in tcp_add_accecn_option()584 if (max_len < (TCPOLEN_ACCECN_EMPTY + 1 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()592 } else if (max_len < (TCPOLEN_ACCECN_EMPTY + 2 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()604 } else if (max_len < (TCPOLEN_ACCECN_EMPTY + 3 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()