Home
last modified time | relevance | path

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

/Linux-v5.15/net/tipc/
Dnode.c125 struct tipc_bclink_entry bc_entry; member
315 kfree(n->bc_entry.link); in tipc_node_kref_release()
558 skb_queue_head_init(&n->bc_entry.namedq); in tipc_node_create()
559 skb_queue_head_init(&n->bc_entry.inputq1); in tipc_node_create()
560 __skb_queue_head_init(&n->bc_entry.arrvq); in tipc_node_create()
561 skb_queue_head_init(&n->bc_entry.inputq2); in tipc_node_create()
569 n->bc_entry.link = NULL; in tipc_node_create()
1177 if (unlikely(!n->bc_entry.link)) { in tipc_node_check_dest()
1184 &n->bc_entry.inputq1, in tipc_node_check_dest()
1185 &n->bc_entry.namedq, snd_l, in tipc_node_check_dest()
[all …]