Searched refs:out_wheel (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/netinet6/ |
H A D | sctp6_usrreq.c | 381 TAILQ_FOREACH(strm, &stcb->asoc.out_wheel, next_spoke) { in sctp6_notify_mbuf() 723 if (!TAILQ_EMPTY(&asoc->out_wheel)) { in sctp6_disconnect() 726 TAILQ_FOREACH(outs, &asoc->out_wheel, in sctp6_disconnect()
|
/netbsd-src/sys/netinet/ |
H A D | sctp_structs.h | 337 struct sctpwheel_listhead out_wheel; member
|
H A D | sctp_timer.c | 708 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { in sctp_move_all_chunks_to_alt() 1200 if (TAILQ_EMPTY(&stcb->asoc.out_wheel)) { in sctp_audit_stream_queues_for_size() 1212 TAILQ_FOREACH(outs, &stcb->asoc.out_wheel, next_spoke) { in sctp_audit_stream_queues_for_size()
|
H A D | sctp_usrreq.c | 326 TAILQ_FOREACH(strm, &stcb->asoc.out_wheel, next_spoke) { in sctp_notify_mbuf() 744 if (!TAILQ_EMPTY(&asoc->out_wheel)) { in sctp_disconnect() 747 TAILQ_FOREACH(outs, &asoc->out_wheel, in sctp_disconnect() 844 if (!TAILQ_EMPTY(&asoc->out_wheel)) { in sctp_shutdown() 847 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { in sctp_shutdown()
|
H A D | sctp_output.c | 3874 stre = TAILQ_FIRST(&asoc->out_wheel); in sctp_insert_on_wheel() 3877 TAILQ_INSERT_HEAD(&asoc->out_wheel, strq, next_spoke); in sctp_insert_on_wheel() 3890 TAILQ_INSERT_AFTER(&asoc->out_wheel, stre, strq, in sctp_insert_on_wheel() 3901 TAILQ_REMOVE(&asoc->out_wheel, strq, next_spoke); in sctp_remove_from_wheel() 4514 if (!TAILQ_EMPTY(&asoc->out_wheel)) { 4517 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 5146 strq = asoc->last_out_stream = TAILQ_FIRST(&asoc->out_wheel); 5156 asoc->last_out_stream = TAILQ_FIRST(&asoc->out_wheel); 5162 strq = TAILQ_FIRST(&asoc->out_wheel); 5174 strq = TAILQ_FIRST(&asoc->out_wheel); [all...] |
H A D | sctp_input.c | 579 if (!TAILQ_EMPTY(&asoc->out_wheel)) { in sctp_handle_shutdown() 582 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { in sctp_handle_shutdown() 643 !TAILQ_EMPTY(&asoc->out_wheel)) { in sctp_handle_shutdown_ack() 2360 !TAILQ_EMPTY(&asoc->out_wheel)) { in sctp_handle_shutdown_complete()
|
H A D | sctp_pcb.c | 3121 while (!TAILQ_EMPTY(&asoc->out_wheel)) { in sctp_free_assoc() 3123 outs = TAILQ_FIRST(&asoc->out_wheel); in sctp_free_assoc() 3124 TAILQ_REMOVE(&asoc->out_wheel, outs, next_spoke); in sctp_free_assoc() 3142 outs = TAILQ_FIRST(&asoc->out_wheel); in sctp_free_assoc()
|
H A D | sctputil.c | 788 TAILQ_INIT(&asoc->out_wheel); in sctp_init_asoc() 1608 TAILQ_FOREACH(strm, &asoc->out_wheel, next_spoke) { in sctp_mtu_size_reset() 2579 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { in sctp_report_all_outbound()
|
H A D | sctp_indata.c | 4038 if (!TAILQ_EMPTY(&asoc->out_wheel)) { in sctp_handle_sack() 4041 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { in sctp_handle_sack()
|