Searched refs:ss_next (Results 1 – 3 of 3) sorted by relevance
830 TAILQ_REMOVE(&asoc->ss_data.out.list, sp, ss_next); in sctp_ss_fcfs_clear()831 sp->ss_next.tqe_next = NULL; in sctp_ss_fcfs_clear()832 sp->ss_next.tqe_prev = NULL; in sctp_ss_fcfs_clear()865 if (sp && (sp->ss_next.tqe_next == NULL) && in sctp_ss_fcfs_add()866 (sp->ss_next.tqe_prev == NULL)) { in sctp_ss_fcfs_add()867 TAILQ_INSERT_TAIL(&asoc->ss_data.out.list, sp, ss_next); in sctp_ss_fcfs_add()894 ((sp->ss_next.tqe_next != NULL) || in sctp_ss_fcfs_remove()895 (sp->ss_next.tqe_prev != NULL))) { in sctp_ss_fcfs_remove()896 TAILQ_REMOVE(&asoc->ss_data.out.list, sp, ss_next); in sctp_ss_fcfs_remove()897 sp->ss_next.tqe_next = NULL; in sctp_ss_fcfs_remove()[all …]
574 TAILQ_ENTRY (sctp_stream_queue_pending) ss_next;
406 __le64 ss_next; member