Searched refs:deferred_head (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode.h66 * @deferred_head: oldest OOS b'cast message received from node
91 struct sk_buff *deferred_head; member in struct:tipc_node::__anon18985
H A Dbcast.c154 struct sk_buff *buf = n_ptr->bclink.deferred_head;
355 struct sk_buff *buf = n_ptr->bclink.deferred_head;
467 deferred = node->bclink.deferred_head;
502 node->bclink.deferred_head = deferred->next;
510 if (tipc_link_defer_pkt(&node->bclink.deferred_head,
H A Dnode.c387 while (n_ptr->bclink.deferred_head) {
388 struct sk_buff* buf = n_ptr->bclink.deferred_head;
389 n_ptr->bclink.deferred_head = buf->next;

Completed in 108 milliseconds