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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dulpqueue.h56 struct sk_buff_head lobby; member in struct:sctp_ulpq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dulpqueue.c69 skb_queue_head_init(&ulpq->lobby);
83 while ((skb = __skb_dequeue(&ulpq->lobby)) != NULL) {
149 * we can go ahead and clear out the lobby in one shot
160 * pull stuff out of the lobby that belongs to the
221 /* If we are in partial delivery mode, post to the lobby until
247 * of the lobby.
756 sctp_skb_for_each(pos, &ulpq->lobby, tmp) {
775 __skb_unlink(pos, &ulpq->lobby);
791 pos = skb_peek_tail(&ulpq->lobby);
793 __skb_queue_tail(&ulpq->lobby, sctp_event2sk
877 struct sk_buff_head *lobby = &ulpq->lobby; local
[all...]
H A Dsocket.c6433 sctp_skb_for_each(skb, &assoc->ulpq.lobby, tmp)

Completed in 153 milliseconds