Searched refs:sack_tmp (Results 1 – 1 of 1) sorted by relevance
1023 const struct tcp_sack_block_wire *sack_tmp = sack_b; in cake_tcph_sack_compare() local1035 while (oplen_tmp >= sizeof(*sack_tmp)) { in cake_tcph_sack_compare()1036 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare()1037 u32 end_b = get_unaligned_be32(&sack_tmp->end_seq); in cake_tcph_sack_compare()1048 oplen_tmp -= sizeof(*sack_tmp); in cake_tcph_sack_compare()1049 sack_tmp++; in cake_tcph_sack_compare()