Searched refs:node_real (Results 1 – 1 of 1) sorted by relevance
294 struct hsr_node *node_real; in hsr_handle_sup_frame() local340 if (!node_real) in hsr_handle_sup_frame()345 if (!node_real) in hsr_handle_sup_frame()347 if (node_real == node_curr) in hsr_handle_sup_frame()382 ether_addr_copy(node_real->macaddress_B, ethhdr->h_source); in hsr_handle_sup_frame()383 spin_lock_bh(&node_real->seq_out_lock); in hsr_handle_sup_frame()387 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()388 node_real->time_in_stale[i] = in hsr_handle_sup_frame()392 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame()394 spin_unlock_bh(&node_real->seq_out_lock); in hsr_handle_sup_frame()[all …]
Completed in 4 milliseconds