Home
last modified time | relevance | path

Searched defs:node_db (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/hsr/
Dhsr_framereg.c62 static struct hsr_node *find_node_by_addr_A(struct list_head *node_db, in find_node_by_addr_A()
120 void hsr_del_nodes(struct list_head *node_db) in hsr_del_nodes()
133 struct hsr_node *hsr_add_node(struct list_head *node_db, unsigned char addr[], in hsr_add_node()
165 struct list_head *node_db = &port->hsr->node_db; in hsr_get_node() local
212 struct list_head *node_db; in hsr_handle_sup_frame() local
Dhsr_main.h156 struct list_head node_db; /* Known HSR nodes */ member