• Home
  • Raw
  • Download

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()
1567 TAILQ_FOREACH(at, &control->reasm, sctp_next) { in sctp_queue_data_for_reasm()
1605 TAILQ_INSERT_TAIL(&control->reasm, chk, sctp_next); in sctp_queue_data_for_reasm()
1619 TAILQ_FOREACH_SAFE(at, &control->reasm, sctp_next, nat) { in sctp_queue_data_for_reasm()
1627 TAILQ_REMOVE(&control->reasm, at, sctp_next); in sctp_queue_data_for_reasm()
5501 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) {
5509 TAILQ_REMOVE(&control->reasm, chk, sctp_next);
5526 if (!TAILQ_EMPTY(&control->reasm)) {
5533 chk = TAILQ_FIRST(&control->reasm);
5535 TAILQ_REMOVE(&control->reasm, chk, sctp_next);