Searched refs:tmp_rflow (Results 1 – 1 of 1) sorted by relevance
5101 struct rps_dev_flow *tmp_rflow; in set_rps_cpu() local5123 tmp_rflow = flow_table + flow_id; in set_rps_cpu()5124 tmp_cpu = READ_ONCE(tmp_rflow->cpu); in set_rps_cpu()5126 if (READ_ONCE(tmp_rflow->filter) != RPS_NO_FILTER) { in set_rps_cpu()5127 if (rps_flow_is_active(tmp_rflow, in set_rps_cpu()5130 if (hash != READ_ONCE(tmp_rflow->hash) || in set_rps_cpu()5142 rflow = tmp_rflow; in set_rps_cpu()