Searched refs:pd_lobby (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ulpqueue.c | 136 if (!skb_queue_empty(&sp->pd_lobby)) { in sctp_clear_pd() 137 skb_queue_splice_tail_init(&sp->pd_lobby, in sctp_clear_pd() 147 if (!skb_queue_empty(&sp->pd_lobby) && asoc) { in sctp_clear_pd() 151 sctp_skb_for_each(skb, &sp->pd_lobby, tmp) { in sctp_clear_pd() 154 __skb_unlink(skb, &sp->pd_lobby); in sctp_clear_pd() 227 queue = &sp->pd_lobby; in sctp_ulpq_tail_event() 241 queue = &sp->pd_lobby; in sctp_ulpq_tail_event()
|
H A D | socket.c | 1498 data_was_unread += sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby); in sctp_close() 4944 skb_queue_head_init(&sp->pd_lobby); in sctp_init_sock() 9263 ancestor_size -= offsetof(struct sctp_sock, pd_lobby); in sctp_copy_descendant() 9342 * 2) Peeling off partial delivery; keep pd_lobby in new pd_lobby. in sctp_sock_migrate() 9343 * 3) Peeling off non-partial delivery; move pd_lobby to receive_queue. in sctp_sock_migrate() 9350 /* Decide which queue to move pd_lobby skbs to. */ in sctp_sock_migrate() 9352 queue = &newsp->pd_lobby; in sctp_sock_migrate() 9356 /* Walk through the pd_lobby, looking for skbs that in sctp_sock_migrate() 9359 sctp_skb_for_each(skb, &oldsp->pd_lobby, tm in sctp_sock_migrate() [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | ulpqueue.c | 133 if (!skb_queue_empty(&sp->pd_lobby)) { in sctp_clear_pd() 134 skb_queue_splice_tail_init(&sp->pd_lobby, in sctp_clear_pd() 144 if (!skb_queue_empty(&sp->pd_lobby) && asoc) { in sctp_clear_pd() 148 sctp_skb_for_each(skb, &sp->pd_lobby, tmp) { in sctp_clear_pd() 151 __skb_unlink(skb, &sp->pd_lobby); in sctp_clear_pd() 224 queue = &sp->pd_lobby; in sctp_ulpq_tail_event() 238 queue = &sp->pd_lobby; in sctp_ulpq_tail_event()
|
H A D | socket.c | 1500 data_was_unread += sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby); in sctp_close() 5063 skb_queue_head_init(&sp->pd_lobby); in sctp_init_sock() 9507 ancestor_size -= offsetof(struct sctp_sock, pd_lobby); in sctp_copy_descendant() 9586 * 2) Peeling off partial delivery; keep pd_lobby in new pd_lobby. in sctp_sock_migrate() 9587 * 3) Peeling off non-partial delivery; move pd_lobby to receive_queue. in sctp_sock_migrate() 9594 /* Decide which queue to move pd_lobby skbs to. */ in sctp_sock_migrate() 9596 queue = &newsp->pd_lobby; in sctp_sock_migrate() 9600 /* Walk through the pd_lobby, looking for skbs that in sctp_sock_migrate() 9603 sctp_skb_for_each(skb, &oldsp->pd_lobby, tm in sctp_sock_migrate() [all...] |
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 235 struct sk_buff_head pd_lobby; member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 239 struct sk_buff_head pd_lobby; member
|
Completed in 40 milliseconds