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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dlink.h107 * @waiting_ports: linked list of ports waiting for link congestion to abate
171 struct list_head waiting_ports; member in struct:link
H A Dbcast.c242 if (unlikely(released && !list_empty(&bcl->waiting_ports)))
795 INIT_LIST_HEAD(&bcl->waiting_ports);
H A Dlink.c440 INIT_LIST_HEAD(&l_ptr->waiting_ports);
531 list_add_tail(&p_ptr->wait_list, &l_ptr->waiting_ports);
554 list_for_each_entry_safe(p_ptr, temp_p_ptr, &l_ptr->waiting_ports,
682 if (!list_empty(&l_ptr->waiting_ports))
1802 if (unlikely(!list_empty(&l_ptr->waiting_ports)))

Completed in 100 milliseconds