Lines Matching refs:node_real
290 struct hsr_node *node_real; in hsr_handle_sup_frame() local
335 node_real = find_node_by_addr_A(node_db, hsr_sp->macaddress_A); in hsr_handle_sup_frame()
336 if (!node_real) in hsr_handle_sup_frame()
338 node_real = hsr_add_node(hsr, node_db, hsr_sp->macaddress_A, in hsr_handle_sup_frame()
341 if (!node_real) in hsr_handle_sup_frame()
343 if (node_real == node_curr) in hsr_handle_sup_frame()
372 if (!ether_addr_equal(node_real->macaddress_A, hsr_sp->macaddress_A)) { in hsr_handle_sup_frame()
378 ether_addr_copy(node_real->macaddress_B, ethhdr->h_source); in hsr_handle_sup_frame()
379 spin_lock_bh(&node_real->seq_out_lock); in hsr_handle_sup_frame()
382 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
383 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
384 node_real->time_in_stale[i] = in hsr_handle_sup_frame()
387 if (seq_nr_after(node_curr->seq_out[i], node_real->seq_out[i])) in hsr_handle_sup_frame()
388 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame()
390 spin_unlock_bh(&node_real->seq_out_lock); in hsr_handle_sup_frame()
391 node_real->addr_B_port = port_rcv->type; in hsr_handle_sup_frame()