Searched refs:tmp_rflow (Results 1 – 1 of 1) sorted by relevance
5045 struct rps_dev_flow *tmp_rflow; in set_rps_cpu() local5067 tmp_rflow = flow_table + flow_id; in set_rps_cpu()5068 tmp_cpu = READ_ONCE(tmp_rflow->cpu); in set_rps_cpu()5070 if (READ_ONCE(tmp_rflow->filter) != RPS_NO_FILTER) { in set_rps_cpu()5071 if (rps_flow_is_active(tmp_rflow, in set_rps_cpu()5074 if (hash != READ_ONCE(tmp_rflow->hash) || in set_rps_cpu()5086 rflow = tmp_rflow; in set_rps_cpu()