Searched refs:TCPOLEN_SACK_PERBLOCK (Results 1 – 5 of 5) sorted by relevance
150 op[1] >= 2+TCPOLEN_SACK_PERBLOCK && in nf_ct_sack_adjust()151 ((op[1] - 2) % TCPOLEN_SACK_PERBLOCK) == 0) in nf_ct_sack_adjust()
481 + TCPOLEN_SACK_PERBLOCK) in tcp_sack()483 % TCPOLEN_SACK_PERBLOCK)) { in tcp_sack()486 i += TCPOLEN_SACK_PERBLOCK) { in tcp_sack()
506 TCPOLEN_SACK_PERBLOCK))); in tcp_options_write()706 TCPOLEN_SACK_PERBLOCK); in tcp_established_options()708 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()
3768 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()3769 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()
207 #define TCPOLEN_SACK_PERBLOCK 8 macro