Home
last modified time | relevance | path

Searched refs:bc_entry (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/tipc/
Dnode.c167 skb_queue_head_init(&n_ptr->bc_entry.namedq); in tipc_node_create()
168 skb_queue_head_init(&n_ptr->bc_entry.inputq1); in tipc_node_create()
169 __skb_queue_head_init(&n_ptr->bc_entry.arrvq); in tipc_node_create()
170 skb_queue_head_init(&n_ptr->bc_entry.inputq2); in tipc_node_create()
178 &n_ptr->bc_entry.inputq1, in tipc_node_create()
179 &n_ptr->bc_entry.namedq, in tipc_node_create()
181 &n_ptr->bc_entry.link)) { in tipc_node_create()
219 kfree(node->bc_entry.link); in tipc_node_delete()
610 tipc_bc_sndlink(n->net), n->bc_entry.link, in tipc_node_check_dest()
612 &n->bc_entry.namedq, &l)) { in tipc_node_check_dest()
[all …]
Dnode.h116 struct tipc_bclink_entry bc_entry; member