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