Home
last modified time | relevance | path

Searched refs:node_curr (Results 1 – 2 of 2) sorted by relevance

/net/hsr/
Dhsr_framereg.c225 void hsr_handle_sup_frame(struct sk_buff *skb, struct hsr_node *node_curr, in hsr_handle_sup_frame() argument
258 if (node_real == node_curr) in hsr_handle_sup_frame()
264 if (!node_curr->time_in_stale[i] && in hsr_handle_sup_frame()
265 time_after(node_curr->time_in[i], node_real->time_in[i])) { in hsr_handle_sup_frame()
266 node_real->time_in[i] = node_curr->time_in[i]; in hsr_handle_sup_frame()
268 node_curr->time_in_stale[i]; in hsr_handle_sup_frame()
270 if (seq_nr_after(node_curr->seq_out[i], node_real->seq_out[i])) in hsr_handle_sup_frame()
271 node_real->seq_out[i] = node_curr->seq_out[i]; in hsr_handle_sup_frame()
276 if (!node_curr->removed) { in hsr_handle_sup_frame()
277 list_del_rcu(&node_curr->mac_list); in hsr_handle_sup_frame()
[all …]
Dhsr_framereg.h19 void hsr_handle_sup_frame(struct sk_buff *skb, struct hsr_node *node_curr,