Searched refs:TCPOLEN_SACK_PERBLOCK (Results 1 – 5 of 5) sorted by relevance
363 op[1] >= 2+TCPOLEN_SACK_PERBLOCK && in nf_nat_sack_adjust()364 ((op[1] - 2) % TCPOLEN_SACK_PERBLOCK) == 0) in nf_nat_sack_adjust()
472 + TCPOLEN_SACK_PERBLOCK) in tcp_sack()474 % TCPOLEN_SACK_PERBLOCK)) { in tcp_sack()477 i += TCPOLEN_SACK_PERBLOCK) { in tcp_sack()
551 TCPOLEN_SACK_PERBLOCK))); in tcp_options_write()777 TCPOLEN_SACK_PERBLOCK); in tcp_established_options()779 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()
3967 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()3968 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()
194 #define TCPOLEN_SACK_PERBLOCK 8 macro