Searched refs:node_curr (Results 1 – 1 of 1) sorted by relevance
340 struct hsr_node *node_curr = frame->node_src; in hsr_handle_sup_frame() local399 if (node_real == node_curr) in hsr_handle_sup_frame()437 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()438 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()439 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()441 node_curr->time_in_stale[i]; in hsr_handle_sup_frame()445 xa_for_each(&node_curr->seq_blocks, idx, src_blk) { in hsr_handle_sup_frame()462 if (!node_curr->removed) { in hsr_handle_sup_frame()463 list_del_rcu(&node_curr->mac_list); in hsr_handle_sup_frame()464 node_curr->removed = true; in hsr_handle_sup_frame()[all …]