Searched refs:node_curr (Results 1 – 2 of 2) sorted by relevance
200 void hsr_handle_sup_frame(struct sk_buff *skb, struct hsr_node *node_curr, in hsr_handle_sup_frame() argument224 if (node_real == node_curr) in hsr_handle_sup_frame()230 if (!node_curr->time_in_stale[i] && 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()240 list_del_rcu(&node_curr->mac_list); in hsr_handle_sup_frame()241 kfree_rcu(node_curr, rcu_head); in hsr_handle_sup_frame()
23 void hsr_handle_sup_frame(struct sk_buff *skb, struct hsr_node *node_curr,