Searched refs:hsr_node (Results 1 – 7 of 7) sorted by relevance
/linux/net/hsr/ |
H A D | hsr_framereg.h | 15 struct hsr_node; 22 struct hsr_node *node_src; 34 struct hsr_node *hsr_get_node(struct hsr_port *port, struct list_head *node_db, 41 void hsr_addr_subst_source(struct hsr_node *node, struct sk_buff *skb); 42 void hsr_addr_subst_dest(struct hsr_node *node_src, struct sk_buff *skb, 45 void hsr_register_frame_in(struct hsr_node *node, struct hsr_port *port, 69 struct hsr_node *node); 70 void prp_update_san_info(struct hsr_node *node, bool is_sup); 77 struct hsr_node { struct 78 mac_listhsr_node global() argument 80 seq_out_lockhsr_node global() argument 81 macaddress_Ahsr_node global() argument 82 macaddress_Bhsr_node global() argument 84 addr_B_porthsr_node global() argument 85 time_inhsr_node global() argument 86 time_in_stalehsr_node global() argument 87 time_outhsr_node global() argument 89 san_ahsr_node global() argument 90 san_bhsr_node global() argument 91 seq_outhsr_node global() argument 92 removedhsr_node global() argument 94 seq_expectedhsr_node global() argument 95 seq_starthsr_node global() argument 96 rcu_headhsr_node global() argument
|
H A D | hsr_framereg.c | 70 static struct hsr_node *find_node_by_addr_A(struct list_head *node_db, in find_node_by_addr_A() 73 struct hsr_node *node; in find_node_by_addr_A() 131 struct hsr_node *node; in hsr_del_nodes() 132 struct hsr_node *tmp; in hsr_del_nodes() 139 struct hsr_node *node) in prp_handle_san_frame() 151 /* Allocate an hsr_node and add it to node_db. 'addr' is the node's address_A; 155 static struct hsr_node *hsr_add_node(struct hsr_priv *hsr, in hsr_add_node() 161 struct hsr_node *new_node, *node; in hsr_add_node() 206 void prp_update_san_info(struct hsr_node *node, bool is_sup) in prp_update_san_info() 215 /* Get the hsr_node fro [all...] |
H A D | hsr_main.h | 162 struct hsr_node; 169 struct hsr_node *node); 178 void (*update_san_info)(struct hsr_node *node, bool is_sup);
|
H A D | hsr_debugfs.c | 22 struct hsr_node *node; in hsr_node_table_show()
|
H A D | hsr_forward.c | 18 struct hsr_node; 390 struct hsr_node *node_src) in hsr_deliver_master()
|
H A D | prp_dup_discard_test.c | 11 struct hsr_node node;
|
H A D | hsr_device.c | 431 struct hsr_node *node; in hsr_proxy_announce()
|