Searched refs:node_real (Results 1 – 1 of 1) sorted by relevance
268 struct hsr_node *node_real; in hsr_handle_sup_frame() local313 node_real = find_node_by_addr_A(node_db, hsr_sp->macaddress_A); in hsr_handle_sup_frame()314 if (!node_real) in hsr_handle_sup_frame()316 node_real = hsr_add_node(hsr, node_db, hsr_sp->macaddress_A, in hsr_handle_sup_frame()319 if (!node_real) in hsr_handle_sup_frame()321 if (node_real == node_curr) in hsr_handle_sup_frame()350 if (!ether_addr_equal(node_real->macaddress_A, hsr_sp->macaddress_A)) { in hsr_handle_sup_frame()356 ether_addr_copy(node_real->macaddress_B, ethhdr->h_source); in hsr_handle_sup_frame()357 spin_lock_bh(&node_real->seq_out_lock); in hsr_handle_sup_frame()360 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()[all …]