Lines Matching refs:node_curr
256 struct hsr_node *node_curr = frame->node_src; in hsr_handle_sup_frame() local
314 if (node_real == node_curr) in hsr_handle_sup_frame()
352 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()
353 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
354 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
356 node_curr->time_in_stale[i]; in hsr_handle_sup_frame()
358 if (seq_nr_after(node_curr->seq_out[i], node_real->seq_out[i])) in hsr_handle_sup_frame()
359 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame()
365 if (!node_curr->removed) { in hsr_handle_sup_frame()
366 list_del_rcu(&node_curr->mac_list); in hsr_handle_sup_frame()
367 node_curr->removed = true; in hsr_handle_sup_frame()
368 kfree_rcu(node_curr, rcu_head); in hsr_handle_sup_frame()