Searched refs:TCPOLEN_SACK_PERBLOCK (Results 1 – 5 of 5) sorted by relevance
152 op[1] >= 2+TCPOLEN_SACK_PERBLOCK && in nf_ct_sack_adjust()153 ((op[1] - 2) % TCPOLEN_SACK_PERBLOCK) == 0) in nf_ct_sack_adjust()
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;945 size -= sack_blocks_reduce * TCPOLEN_SACK_PERBLOCK; in tcp_syn_options() 1196 TCPOLEN_SACK_PERBLOCK)) { in tcp_established_options() 1200 TCPOLEN_SACK_PERBLOCK); in tcp_established_options() 1203 opts->num_sack_blocks * TCPOLEN_SACK_PERBLOCK; in tcp_established_options()
4608 if ((opsize >= (TCPOLEN_SACK_BASE + TCPOLEN_SACK_PERBLOCK)) && in tcp_parse_options()4609 !((opsize - TCPOLEN_SACK_BASE) % TCPOLEN_SACK_PERBLOCK) && in tcp_parse_options()
249 #define TCPOLEN_SACK_PERBLOCK 8 macro