Lines Matching refs:lobby
48 skb_queue_head_init(&ulpq->lobby);
59 while ((skb = __skb_dequeue(&ulpq->lobby)) != NULL) {
131 * we can go ahead and clear out the lobby in one shot
140 * pull stuff out of the lobby that belongs to the
207 /* If we are in partial delivery mode, post to the lobby until
233 * of the lobby.
754 sctp_skb_for_each(pos, &ulpq->lobby, tmp) {
773 __skb_unlink(pos, &ulpq->lobby);
789 pos = skb_peek_tail(&ulpq->lobby);
791 __skb_queue_tail(&ulpq->lobby, sctp_event2skb(event));
802 __skb_queue_tail(&ulpq->lobby, sctp_event2skb(event));
807 __skb_queue_tail(&ulpq->lobby, sctp_event2skb(event));
814 skb_queue_walk(&ulpq->lobby, pos) {
827 __skb_queue_before(&ulpq->lobby, pos, sctp_event2skb(event));
875 struct sk_buff_head *lobby = &ulpq->lobby;
883 sctp_skb_for_each(pos, lobby, tmp) {
900 __skb_unlink(pos, lobby);
912 if (event == NULL && pos != (struct sk_buff *)lobby) {
919 __skb_unlink(pos, lobby);
1009 return sctp_ulpq_renege_list(ulpq, &ulpq->lobby, needed);