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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/sctp/
H A Dulpqueue.h56 struct sk_buff_head lobby; member in struct:sctp_ulpq
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/sctp/
H A Dulpqueue.h56 struct sk_buff_head lobby; member in struct:sctp_ulpq
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 96 milliseconds