Searched refs:sack_tmp (Results 1 – 1 of 1) sorted by relevance
1082 const struct tcp_sack_block_wire *sack_tmp = sack_b; in cake_tcph_sack_compare() local1094 while (oplen_tmp >= sizeof(*sack_tmp)) { in cake_tcph_sack_compare()1095 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare()1096 u32 end_b = get_unaligned_be32(&sack_tmp->end_seq); in cake_tcph_sack_compare()1107 oplen_tmp -= sizeof(*sack_tmp); in cake_tcph_sack_compare()1108 sack_tmp++; in cake_tcph_sack_compare()