Searched refs:TCPOLEN_SACK_PERBLOCK (Results 1 – 5 of 5) sorted by relevance
369 op[1] >= 2+TCPOLEN_SACK_PERBLOCK && in nf_nat_sack_adjust()370 ((op[1] - 2) % TCPOLEN_SACK_PERBLOCK) == 0) in nf_nat_sack_adjust()
476 + TCPOLEN_SACK_PERBLOCK) in tcp_sack()478 % TCPOLEN_SACK_PERBLOCK)) { in tcp_sack()481 i += TCPOLEN_SACK_PERBLOCK) { in tcp_sack()
551 TCPOLEN_SACK_PERBLOCK))); in tcp_options_write()775 TCPOLEN_SACK_PERBLOCK); in tcp_established_options()777 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()
3818 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()3819 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()
187 #define TCPOLEN_SACK_PERBLOCK 8 macro