Lines Matching refs:reasm

166 	TAILQ_INIT(&read_queue_e->reasm);  in sctp_build_readq_entry()
486 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_clean_up_control()
487 TAILQ_REMOVE(&control->reasm, chk, sctp_next); in sctp_clean_up_control()
781 TAILQ_INIT(&nc->reasm); in sctp_build_readq_entry_from_ctl()
844 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, lchk) { in sctp_handle_old_unordered_data()
852 TAILQ_REMOVE(&control->reasm, chk, sctp_next); in sctp_handle_old_unordered_data()
859 if (!TAILQ_EMPTY(&control->reasm)) { in sctp_handle_old_unordered_data()
865 tchk = TAILQ_FIRST(&control->reasm); in sctp_handle_old_unordered_data()
867 TAILQ_REMOVE(&control->reasm, tchk, sctp_next); in sctp_handle_old_unordered_data()
887 tchk = TAILQ_FIRST(&control->reasm); in sctp_handle_old_unordered_data()
891 TAILQ_REMOVE(&control->reasm, tchk, sctp_next); in sctp_handle_old_unordered_data()
892 TAILQ_INSERT_TAIL(&nc->reasm, tchk, sctp_next); in sctp_handle_old_unordered_data()
893 tchk = TAILQ_FIRST(&control->reasm); in sctp_handle_old_unordered_data()
922 if ((nc->first_frag_seen) && !TAILQ_EMPTY(&nc->reasm)) { in sctp_handle_old_unordered_data()
977 at = TAILQ_FIRST(&control->reasm); in sctp_inject_old_unordered_data()
1060 TAILQ_FOREACH(at, &control->reasm, sctp_next) { in sctp_inject_old_unordered_data()
1089 TAILQ_INSERT_TAIL(&control->reasm, chk, sctp_next); in sctp_inject_old_unordered_data()
1577 TAILQ_FOREACH(at, &control->reasm, sctp_next) { in sctp_queue_data_for_reasm()
1615 TAILQ_INSERT_TAIL(&control->reasm, chk, sctp_next); in sctp_queue_data_for_reasm()
1629 TAILQ_FOREACH_SAFE(at, &control->reasm, sctp_next, nat) { in sctp_queue_data_for_reasm()
1637 TAILQ_REMOVE(&control->reasm, at, sctp_next); in sctp_queue_data_for_reasm()
5511 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) {
5519 TAILQ_REMOVE(&control->reasm, chk, sctp_next);
5536 if (!TAILQ_EMPTY(&control->reasm)) {
5543 chk = TAILQ_FIRST(&control->reasm);
5545 TAILQ_REMOVE(&control->reasm, chk, sctp_next);