Lines Matching refs:node_real
203 struct hsr_node *node_real; in hsr_handle_sup_frame() local
217 node_real = find_node_by_AddrA(node_db, hsr_sp->MacAddressA); in hsr_handle_sup_frame()
218 if (!node_real) in hsr_handle_sup_frame()
220 node_real = hsr_add_node(node_db, hsr_sp->MacAddressA, in hsr_handle_sup_frame()
222 if (!node_real) in hsr_handle_sup_frame()
224 if (node_real == node_curr) in hsr_handle_sup_frame()
228 ether_addr_copy(node_real->MacAddressB, eth_hdr(skb)->h_source); in hsr_handle_sup_frame()
231 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
232 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
233 node_real->time_in_stale[i] = node_curr->time_in_stale[i]; in hsr_handle_sup_frame()
235 if (seq_nr_after(node_curr->seq_out[i], node_real->seq_out[i])) in hsr_handle_sup_frame()
236 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame()
238 node_real->AddrB_port = port_rcv->type; in hsr_handle_sup_frame()