Searched refs:sack_tmp (Results 1 – 1 of 1) sorted by relevance
1020 const struct tcp_sack_block_wire *sack_tmp = sack_b; in cake_tcph_sack_compare() local1032 while (oplen_tmp >= sizeof(*sack_tmp)) { in cake_tcph_sack_compare()1033 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare()1034 u32 end_b = get_unaligned_be32(&sack_tmp->end_seq); in cake_tcph_sack_compare()1045 oplen_tmp -= sizeof(*sack_tmp); in cake_tcph_sack_compare()1046 sack_tmp++; in cake_tcph_sack_compare()