Searched refs:node_curr (Results 1 – 2 of 2) sorted by relevance
205 void hsr_handle_sup_frame(struct sk_buff *skb, struct hsr_node *node_curr, in hsr_handle_sup_frame() argument237 if (node_real == node_curr) in hsr_handle_sup_frame()243 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()244 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()245 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()246 node_real->time_in_stale[i] = node_curr->time_in_stale[i]; in hsr_handle_sup_frame()248 if (seq_nr_after(node_curr->seq_out[i], node_real->seq_out[i])) in hsr_handle_sup_frame()249 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame()253 list_del_rcu(&node_curr->mac_list); in hsr_handle_sup_frame()254 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,