Searched refs:TCPOLEN_SACK_BASE (Results 1 – 4 of 4) sorted by relevance
435 && opsize >= (TCPOLEN_SACK_BASE in tcp_sack()437 && !((opsize - TCPOLEN_SACK_BASE) in tcp_sack()440 i < (opsize - TCPOLEN_SACK_BASE); in tcp_sack()
1074 oplen_a -= TCPOLEN_SACK_BASE; in cake_tcph_sack_compare() 1075 oplen_b -= TCPOLEN_SACK_BASE; in cake_tcph_sack_compare()
2230 int num_sacks = min(TCP_NUM_SACKS, (ptr[1] - TCPOLEN_SACK_BASE) >> 3); in tcp_sacktag_write_queue()4612 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()4613 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()
247 #define TCPOLEN_SACK_BASE 2 macro