Home
last modified time | relevance | path

Searched refs:hsr_node (Results 1 – 7 of 7) sorted by relevance

/linux/net/hsr/
H A Dhsr_framereg.h15 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);
78 struct hsr_seq_block *hsr_get_seq_block(struct hsr_node *node, u16 block_idx);
98 struct hsr_node { struct
[all …]
H A Dhsr_framereg.c53 static struct hsr_node *find_node_by_addr_A(struct list_head *node_db, in find_node_by_addr_A()
56 struct hsr_node *node; in find_node_by_addr_A()
112 static void hsr_free_node(struct hsr_node *node) in hsr_free_node()
121 struct hsr_node *node = container_of(rn, struct hsr_node, rcu_head); in hsr_free_node_rcu()
126 static void hsr_lock_seq_out_pair(struct hsr_node *node_a, in hsr_del_nodes()
127 struct hsr_node *node_b) in hsr_del_nodes()
143 static void hsr_unlock_seq_out_pair(struct hsr_node *node_a, in prp_handle_san_frame()
144 struct hsr_node *node_b) in prp_handle_san_frame()
162 struct hsr_node *nod in hsr_add_node()
[all...]
H A Dhsr_main.h162 struct hsr_node;
169 struct hsr_node *node);
178 void (*update_san_info)(struct hsr_node *node, bool is_sup);
H A Dhsr_debugfs.c22 struct hsr_node *node; in hsr_node_table_show()
H A Dprp_dup_discard_test.c13 struct hsr_node node;
H A Dhsr_forward.c18 struct hsr_node;
400 struct hsr_node *node_src) in hsr_deliver_master()
H A Dhsr_device.c437 struct hsr_node *node; in hsr_proxy_announce()