• Home
  • Raw
  • Download

Lines Matching refs:bc_entry

116 	struct tipc_bclink_entry bc_entry;  member
305 kfree(n->bc_entry.link); in tipc_node_kref_release()
477 n->capabilities, &n->bc_entry.inputq1, in tipc_node_create()
478 &n->bc_entry.namedq, snd_l, &n->bc_entry.link)) { in tipc_node_create()
553 skb_queue_head_init(&n->bc_entry.namedq); in tipc_node_create()
554 skb_queue_head_init(&n->bc_entry.inputq1); in tipc_node_create()
555 __skb_queue_head_init(&n->bc_entry.arrvq); in tipc_node_create()
556 skb_queue_head_init(&n->bc_entry.inputq2); in tipc_node_create()
567 n->capabilities, &n->bc_entry.inputq1, in tipc_node_create()
568 &n->bc_entry.namedq, snd_l, &n->bc_entry.link)) { in tipc_node_create()
1259 tipc_bc_sndlink(n->net), n->bc_entry.link, in tipc_node_check_dest()
1261 &n->bc_entry.namedq, &l)) { in tipc_node_check_dest()
1505 tipc_bcast_remove_peer(n->net, n->bc_entry.link); in node_lost_contact()
1506 skb_queue_purge(&n->bc_entry.namedq); in node_lost_contact()
1795 struct tipc_bclink_entry *be = &n->bc_entry; in tipc_node_mcast_rcv()
1812 rc = tipc_bcast_sync_rcv(n->net, n->bc_entry.link, hdr, xmitq); in tipc_node_bc_sync_rcv()
1864 be = &n->bc_entry; in tipc_node_bc_rcv()
1883 if (!skb_queue_empty(&n->bc_entry.namedq)) in tipc_node_bc_rcv()
1884 tipc_named_rcv(net, &n->bc_entry.namedq, in tipc_node_bc_rcv()
1885 &n->bc_entry.named_rcv_nxt, in tipc_node_bc_rcv()
1886 &n->bc_entry.named_open); in tipc_node_bc_rcv()
2119 } else if (unlikely(tipc_link_acked(n->bc_entry.link) != bc_ack)) { in tipc_rcv()
2120 tipc_bcast_ack_rcv(net, n->bc_entry.link, hdr); in tipc_rcv()
2155 if (unlikely(!skb_queue_empty(&n->bc_entry.namedq))) in tipc_rcv()
2156 tipc_named_rcv(net, &n->bc_entry.namedq, in tipc_rcv()
2157 &n->bc_entry.named_rcv_nxt, in tipc_rcv()
2158 &n->bc_entry.named_open); in tipc_rcv()
2160 if (unlikely(!skb_queue_empty(&n->bc_entry.inputq1))) in tipc_rcv()
2553 link = node->bc_entry.link; in tipc_nl_node_reset_link_stats()
2606 err = tipc_nl_add_bc_link(net, msg, node->bc_entry.link); in __tipc_nl_add_node_links()
3087 i += tipc_link_dump(n->bc_entry.link, TIPC_DUMP_NONE, buf + i); in tipc_node_dump()