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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbcast.c104 * struct bclink - link used for broadcast messages
111 struct bclink { struct
118 static struct bclink *bclink = NULL; variable in typeref:struct:bclink
154 struct sk_buff *buf = n_ptr->bclink.deferred_head;
156 n_ptr->bclink.gap_after = n_ptr->bclink.gap_to =
157 mod(n_ptr->bclink.last_in);
159 n_ptr->bclink.gap_to = mod(buf_seqno(buf) - 1);
211 if (less_eq(acked, n_ptr->bclink
[all...]
H A Dnode.c342 n_ptr->bclink.acked = tipc_bclink_get_last_sent();
365 if (n_ptr->bclink.supported) {
386 n_ptr->bclink.gap_after = n_ptr->bclink.gap_to = 0;
387 while (n_ptr->bclink.deferred_head) {
388 struct sk_buff* buf = n_ptr->bclink.deferred_head;
389 n_ptr->bclink.deferred_head = buf->next;
392 if (n_ptr->bclink.defragm) {
393 buf_discard(n_ptr->bclink.defragm);
394 n_ptr->bclink
[all...]
H A Dnode.h59 * @bclink: broadcast-related info
94 } bclink; member in struct:tipc_node
H A Dlink.c956 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
1471 msg_set_bcast_ack(buf_msg(buf), l_ptr->owner->bclink.last_in);
1490 msg_set_bcast_ack(buf_msg(buf),l_ptr->owner->bclink.last_in);
1514 msg_set_bcast_ack(msg, l_ptr->owner->bclink.last_in);
1610 tipc_printf(TIPC_OUTPUT, "Supported: %d, ", n_ptr->bclink.supported);
1611 tipc_printf(TIPC_OUTPUT, "Acked: %u\n", n_ptr->bclink.acked);
1612 tipc_printf(TIPC_OUTPUT, "Last in: %u, ", n_ptr->bclink.last_in);
1613 tipc_printf(TIPC_OUTPUT, "Gap after: %u, ", n_ptr->bclink.gap_after);
1614 tipc_printf(TIPC_OUTPUT, "Gap to: %u\n", n_ptr->bclink.gap_to);
1615 tipc_printf(TIPC_OUTPUT, "Nack sync: %u\n\n", n_ptr->bclink
[all...]

Completed in 167 milliseconds