Searched refs:reasmqueue (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/netinet/ |
| H A D | sctp_indata.c | 534 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 D | sctp_structs.h | 327 struct sctpchunk_listhead reasmqueue; member
|
| H A D | sctp_pcb.c | 3213 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 D | sctputil.c | 792 TAILQ_INIT(&asoc->reasmqueue); in sctp_init_asoc()
|
| H A D | sctp_usrreq.c | 3500 (TAILQ_EMPTY(&stcb->asoc.reasmqueue) == 0)) { in sctp_rcvd()
|