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);
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 Dhsr_framereg.c70 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 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 Dhsr_forward.c18 struct hsr_node;
390 struct hsr_node *node_src) in hsr_deliver_master()
H A Dprp_dup_discard_test.c11 struct hsr_node node;
H A Dhsr_device.c431 struct hsr_node *node; in hsr_proxy_announce()