Searched refs:node_curr (Results 1 – 1 of 1) sorted by relevance
374 struct hsr_node *node_curr = frame->node_src; in hsr_handle_sup_frame() local433 if (node_real == node_curr) in hsr_handle_sup_frame()469 hsr_lock_seq_out_pair(node_real, node_curr); in hsr_handle_sup_frame()471 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()472 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()473 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()475 node_curr->time_in_stale[i]; in hsr_handle_sup_frame()479 xa_for_each(&node_curr->seq_blocks, idx, src_blk) { in hsr_handle_sup_frame()492 hsr_unlock_seq_out_pair(node_real, node_curr); in hsr_handle_sup_frame()496 if (!node_curr->removed) { in hsr_handle_sup_frame()[all …]