Searched refs:TCPOLEN_SACK_PERBLOCK (Results 1 – 4 of 4) sorted by relevance
436 + TCPOLEN_SACK_PERBLOCK) in tcp_sack()438 % TCPOLEN_SACK_PERBLOCK)) { in tcp_sack()441 i += TCPOLEN_SACK_PERBLOCK) { in tcp_sack()
781 TCPOLEN_SACK_PERBLOCK))); in tcp_options_write()933 rem = rem + TCPOLEN_SACK_PERBLOCK; in tcp_options_fit_accecn()945 size -= sack_blocks_reduce * TCPOLEN_SACK_PERBLOCK; in tcp_options_fit_accecn()1208 TCPOLEN_SACK_PERBLOCK)) { in tcp_established_options()1212 TCPOLEN_SACK_PERBLOCK); in tcp_established_options()1215 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()
4642 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()4643 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()
247 #define TCPOLEN_SACK_PERBLOCK 8 macro