Lines Matching refs:lobby
49 skb_queue_head_init(&ulpq->lobby);
62 while ((skb = __skb_dequeue(&ulpq->lobby)) != NULL) {
134 * we can go ahead and clear out the lobby in one shot
143 * pull stuff out of the lobby that belongs to the
210 /* If we are in partial delivery mode, post to the lobby until
236 * of the lobby.
760 sctp_skb_for_each(pos, &ulpq->lobby, tmp) {
779 __skb_unlink(pos, &ulpq->lobby);
795 pos = skb_peek_tail(&ulpq->lobby);
797 __skb_queue_tail(&ulpq->lobby, sctp_event2skb(event));
808 __skb_queue_tail(&ulpq->lobby, sctp_event2skb(event));
813 __skb_queue_tail(&ulpq->lobby, sctp_event2skb(event));
820 skb_queue_walk(&ulpq->lobby, pos) {
833 __skb_queue_before(&ulpq->lobby, pos, sctp_event2skb(event));
881 struct sk_buff_head *lobby = &ulpq->lobby;
889 sctp_skb_for_each(pos, lobby, tmp) {
906 __skb_unlink(pos, lobby);
918 if (event == NULL && pos != (struct sk_buff *)lobby) {
925 __skb_unlink(pos, lobby);
1015 return sctp_ulpq_renege_list(ulpq, &ulpq->lobby, needed);