Home
last modified time | relevance | path

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

/linux-6.14.4/net/hsr/
Dhsr_framereg.c69 static struct hsr_node *find_node_by_addr_A(struct list_head *node_db, in find_node_by_addr_A()
84 bool hsr_is_node_in_db(struct list_head *node_db, in hsr_is_node_in_db()
128 void hsr_del_nodes(struct list_head *node_db) in hsr_del_nodes()
155 struct list_head *node_db, in hsr_add_node()
213 struct hsr_node *hsr_get_node(struct hsr_port *port, struct list_head *node_db, in hsr_get_node()
292 struct list_head *node_db; in hsr_handle_sup_frame() local
Dhsr_main.h189 struct list_head node_db; /* Known HSR nodes */ member