Searched refs:node_curr (Results 1 – 1 of 1) sorted by relevance
264 struct hsr_node *node_curr = frame->node_src; in hsr_handle_sup_frame() local309 if (node_real == node_curr) in hsr_handle_sup_frame()315 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()316 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()317 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()319 node_curr->time_in_stale[i]; in hsr_handle_sup_frame()321 if (seq_nr_after(node_curr->seq_out[i], node_real->seq_out[i])) in hsr_handle_sup_frame()322 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame()327 list_del_rcu(&node_curr->mac_list); in hsr_handle_sup_frame()329 kfree_rcu(node_curr, rcu_head); in hsr_handle_sup_frame()