Home
last modified time | relevance | path

Searched refs:node_db (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_framereg.c62 static struct hsr_node *find_node_by_addr_A(struct list_head *node_db, in find_node_by_addr_A() argument
67 list_for_each_entry_rcu(node, node_db, mac_list) { in find_node_by_addr_A()
121 void hsr_del_nodes(struct list_head *node_db) in hsr_del_nodes() argument
126 list_for_each_entry_safe(node, tmp, node_db, mac_list) in hsr_del_nodes()
143 /* Allocate an hsr_node and add it to node_db. 'addr' is the node's address_A;
148 struct list_head *node_db, in hsr_add_node()
179 list_for_each_entry_rcu(node, node_db, mac_list, in hsr_add_node()
186 list_add_tail_rcu(&new_node->mac_list, node_db); in hsr_add_node()
206 struct hsr_node *hsr_get_node(struct hsr_port *port, struct list_head *node_db, in hsr_get_node() argument
222 list_for_each_entry_rcu(node, node_db, mac_lis in hsr_get_node()
147 hsr_add_node(struct hsr_priv *hsr, struct list_head *node_db, unsigned char addr[], u16 seq_out, bool san, enum hsr_port_type rx_port) hsr_add_node() argument
271 struct list_head *node_db; hsr_handle_sup_frame() local
[all...]
H A Dhsr_framereg.h32 void hsr_del_nodes(struct list_head *node_db);
33 struct hsr_node *hsr_get_node(struct hsr_port *port, struct list_head *node_db,
H A Dhsr_debugfs.c42 list_for_each_entry_rcu(node, &priv->node_db, mac_list) { in hsr_node_table_show()
H A Dhsr_main.h204 struct list_head node_db; /* Known HSR nodes */ member
H A Dhsr_device.c490 INIT_LIST_HEAD(&hsr->node_db); in hsr_dev_finalize()
H A Dhsr_forward.c514 frame->node_src = hsr_get_node(port, &hsr->node_db, skb, in fill_frame_info()
H A Dhsr_netlink.c116 hsr_del_nodes(&hsr->node_db); in hsr_dellink()
/kernel/linux/linux-6.6/net/hsr/
H A Dhsr_framereg.c61 static struct hsr_node *find_node_by_addr_A(struct list_head *node_db, in find_node_by_addr_A() argument
66 list_for_each_entry_rcu(node, node_db, mac_list) { in find_node_by_addr_A()
112 void hsr_del_nodes(struct list_head *node_db) in hsr_del_nodes() argument
117 list_for_each_entry_safe(node, tmp, node_db, mac_list) in hsr_del_nodes()
134 /* Allocate an hsr_node and add it to node_db. 'addr' is the node's address_A;
139 struct list_head *node_db, in hsr_add_node()
170 list_for_each_entry_rcu(node, node_db, mac_list, in hsr_add_node()
177 list_add_tail_rcu(&new_node->mac_list, node_db); in hsr_add_node()
197 struct hsr_node *hsr_get_node(struct hsr_port *port, struct list_head *node_db, in hsr_get_node() argument
213 list_for_each_entry_rcu(node, node_db, mac_lis in hsr_get_node()
138 hsr_add_node(struct hsr_priv *hsr, struct list_head *node_db, unsigned char addr[], u16 seq_out, bool san, enum hsr_port_type rx_port) hsr_add_node() argument
267 struct list_head *node_db; hsr_handle_sup_frame() local
[all...]
H A Dhsr_framereg.h32 void hsr_del_nodes(struct list_head *node_db);
33 struct hsr_node *hsr_get_node(struct hsr_port *port, struct list_head *node_db,
H A Dhsr_debugfs.c34 list_for_each_entry_rcu(node, &priv->node_db, mac_list) { in hsr_node_table_show()
H A Dhsr_main.h194 struct list_head node_db; /* Known HSR nodes */ member
H A Dhsr_device.c492 INIT_LIST_HEAD(&hsr->node_db); in hsr_dev_finalize()
H A Dhsr_forward.c577 frame->node_src = hsr_get_node(port, &hsr->node_db, skb, in fill_frame_info()
H A Dhsr_netlink.c116 hsr_del_nodes(&hsr->node_db); in hsr_dellink()

Completed in 8 milliseconds