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

/linux-master/net/sctp/
H A Dulpqueue.c133 if (!skb_queue_empty(&sp->pd_lobby)) {
134 skb_queue_splice_tail_init(&sp->pd_lobby,
144 if (!skb_queue_empty(&sp->pd_lobby) && asoc) {
148 sctp_skb_for_each(skb, &sp->pd_lobby, tmp) {
151 __skb_unlink(skb, &sp->pd_lobby);
224 queue = &sp->pd_lobby;
238 queue = &sp->pd_lobby;
H A Dsocket.c1501 data_was_unread += sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby);
5064 skb_queue_head_init(&sp->pd_lobby);
9508 ancestor_size -= offsetof(struct sctp_sock, pd_lobby);
9587 * 2) Peeling off partial delivery; keep pd_lobby in new pd_lobby.
9588 * 3) Peeling off non-partial delivery; move pd_lobby to receive_queue.
9595 /* Decide which queue to move pd_lobby skbs to. */
9597 queue = &newsp->pd_lobby;
9601 /* Walk through the pd_lobby, looking for skbs that
9604 sctp_skb_for_each(skb, &oldsp->pd_lobby, tm
[all...]
/linux-master/include/net/sctp/
H A Dstructs.h239 struct sk_buff_head pd_lobby; member in struct:sctp_sock

Completed in 160 milliseconds