Home
last modified time | relevance | path

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

/linux/net/hsr/
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() argument
68 bool hsr_is_node_in_db(struct list_head *node_db, in hsr_is_node_in_db() argument
126 hsr_del_nodes(struct list_head * node_db) hsr_del_nodes() argument
153 hsr_add_node(struct hsr_priv * hsr,struct list_head * node_db,unsigned char addr[],bool san,enum hsr_port_type rx_port) hsr_add_node() argument
222 hsr_get_node(struct hsr_port * port,struct list_head * node_db,struct sk_buff * skb,bool is_sup,enum hsr_port_type rx_port) hsr_get_node() argument
348 struct list_head *node_db; hsr_handle_sup_frame() local
[all...]
H A Dhsr_main.h192 struct list_head node_db; /* Known HSR nodes */ member