Home
last modified time | relevance | path

Searched refs:reasmqueue (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_indata.c534 TAILQ_FOREACH(chk, &asoc->reasmqueue, sctp_next) { in sctp_service_reassembly()
568 chk = TAILQ_FIRST(&asoc->reasmqueue); in sctp_service_reassembly()
714 TAILQ_REMOVE(&asoc->reasmqueue, chk, sctp_next); in sctp_service_reassembly()
784 chk = TAILQ_FIRST(&asoc->reasmqueue); in sctp_service_reassembly()
1009 chk = TAILQ_FIRST(&asoc->reasmqueue); in sctp_is_all_msg_on_reasm()
1052 if (TAILQ_EMPTY(&asoc->reasmqueue)) { in sctp_queue_data_for_reasm()
1054 TAILQ_INSERT_HEAD(&asoc->reasmqueue, chk, sctp_next); in sctp_queue_data_for_reasm()
1191 at = TAILQ_FIRST(&asoc->reasmqueue); in sctp_queue_data_for_reasm()
1194 TAILQ_FOREACH(at, &asoc->reasmqueue, sctp_next) { in sctp_queue_data_for_reasm()
1235 TAILQ_INSERT_AFTER(&asoc->reasmqueue, a in sctp_queue_data_for_reasm()
[all...]
H A Dsctp_structs.h327 struct sctpchunk_listhead reasmqueue; member
H A Dsctp_pcb.c3213 if (!TAILQ_EMPTY(&asoc->reasmqueue)) { in sctp_free_assoc()
3214 chk = TAILQ_FIRST(&asoc->reasmqueue); in sctp_free_assoc()
3216 TAILQ_REMOVE(&asoc->reasmqueue, chk, sctp_next); in sctp_free_assoc()
3225 chk = TAILQ_FIRST(&asoc->reasmqueue); in sctp_free_assoc()
4502 chk = TAILQ_FIRST(&asoc->reasmqueue); in sctp_drain_mbufs()
4520 TAILQ_REMOVE(&asoc->reasmqueue, chk, sctp_next); in sctp_drain_mbufs()
H A Dsctputil.c792 TAILQ_INIT(&asoc->reasmqueue); in sctp_init_asoc()
H A Dsctp_usrreq.c3500 (TAILQ_EMPTY(&stcb->asoc.reasmqueue) == 0)) { in sctp_rcvd()