Searched refs:bclink (Results 1 - 4 of 4) sorted by relevance

/net/tipc/
H A Dbcast.c91 * @flags: represent bclink states
107 static struct tipc_bclink *bclink; variable in typeref:struct:tipc_bclink
120 spin_lock_bh(&bclink->lock);
127 if (likely(!bclink->flags)) {
128 spin_unlock_bh(&bclink->lock);
132 if (bclink->flags & TIPC_BCLINK_RESET) {
133 bclink->flags &= ~TIPC_BCLINK_RESET;
136 spin_unlock_bh(&bclink->lock);
149 bclink->flags |= flags;
170 tipc_nmap_add(&bclink
[all...]
H A Dnode.c363 n_ptr->bclink.oos_state = 0;
364 n_ptr->bclink.acked = tipc_bclink_get_last_sent();
377 if (n_ptr->bclink.recv_permitted) {
378 kfree_skb_list(n_ptr->bclink.deferred_head);
379 n_ptr->bclink.deferred_size = 0;
381 if (n_ptr->bclink.reasm_buf) {
382 kfree_skb(n_ptr->bclink.reasm_buf);
383 n_ptr->bclink.reasm_buf = NULL;
389 n_ptr->bclink.recv_permitted = false;
H A Dnode.h70 * struct tipc_node_bclink - TIPC node bclink structure
101 * @bclink: broadcast-related info
118 struct tipc_node_bclink bclink; member in struct:tipc_node
H A Dlink.c714 uint bc_last_in = link->owner->bclink.last_in;
824 msg_set_last_bcast(msg, link->owner->bclink.acked);
840 n->bclink.last_sent = n->bclink.last_in = msg_last_bcast(msg);
841 n->bclink.recv_permitted = true;
872 msg_set_bcast_ack(buf_msg(buf), l_ptr->owner->bclink.last_in);
884 msg_set_bcast_ack(buf_msg(buf), l_ptr->owner->bclink.last_in);
901 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
973 n_ptr->bclink.recv_permitted,
974 n_ptr->bclink
[all...]

Completed in 61 milliseconds