Home
last modified time | relevance | path

Searched refs:outqueue (Results 1 – 17 of 17) sorted by relevance

/net/sctp/
A Dstream_sched.c151 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()
167 asoc->outqueue.sched = n; in sctp_sched_set_sched()
179 list_for_each_entry(ch, &asoc->outqueue.out_chunk_list, list) { in sctp_sched_set_sched()
183 n->enqueue(&asoc->outqueue, msg); in sctp_sched_set_sched()
190 asoc->outqueue.sched = &sctp_sched_fcfs; /* Always safe */ in sctp_sched_set_sched()
200 if (asoc->outqueue.sched == sctp_sched_ops[i]) in sctp_sched_get_sched()
220 return asoc->outqueue.sched->set(&asoc->stream, sid, value, gfp); in sctp_sched_set_value()
232 return asoc->outqueue.sched->get(&asoc->stream, sid, value); in sctp_sched_get_value()
279 return asoc->outqueue.sched; in sctp_sched_ops_from_stream()
A Dsm_sideeffect.c649 asoc->outqueue.error = error; in sctp_cmd_init_failed()
690 asoc->outqueue.error = error; in sctp_cmd_assoc_failed()
932 !sctp_outq_is_empty(&asoc->outqueue)) in sctp_cmd_new_state()
1121 asoc->outqueue.sched->enqueue(&asoc->outqueue, msg); in sctp_cmd_send_msg()
1482 if (!asoc->outqueue.cork) { in sctp_cmd_interpreter()
1483 sctp_outq_cork(&asoc->outqueue); in sctp_cmd_interpreter()
1755 sctp_outq_uncork(&asoc->outqueue, gfp); in sctp_cmd_interpreter()
1781 if (!asoc->outqueue.cork) { in sctp_cmd_interpreter()
1782 sctp_outq_cork(&asoc->outqueue); in sctp_cmd_interpreter()
1822 sctp_outq_uncork(&asoc->outqueue, gfp); in sctp_cmd_interpreter()
[all …]
A Dstream.c32 outq = &asoc->outqueue; in sctp_stream_shrink_out()
248 if (!asoc->outqueue.out_qlen) in sctp_stream_outq_is_empty()
394 if (!sctp_outq_is_empty(&asoc->outqueue)) in sctp_send_reset_assoc()
710 if (!sctp_outq_is_empty(&asoc->outqueue)) { in sctp_process_strreset_tsnreq()
746 sctp_outq_free(&asoc->outqueue); in sctp_process_strreset_tsnreq()
1018 list_splice_init(&asoc->outqueue.out_chunk_list, &temp); in sctp_process_strreset_resp()
1019 sctp_outq_free(&asoc->outqueue); in sctp_process_strreset_resp()
1020 list_splice_init(&temp, &asoc->outqueue.out_chunk_list); in sctp_process_strreset_resp()
A Dchunk.c91 error = msg->send_error ?: asoc->outqueue.error; in sctp_datamsg_destroy()
215 asoc->outqueue.out_qlen == 0 && in sctp_datamsg_from_user()
216 list_empty(&asoc->outqueue.retransmit) && in sctp_datamsg_from_user()
A DMakefile12 inqueue.o outqueue.o ulpqueue.o \
A Dassociola.c228 sctp_outq_init(asoc, &asoc->outqueue); in sctp_association_init()
340 sctp_outq_free(&asoc->outqueue); in sctp_association_free()
464 if (!asoc->outqueue.outstanding_bytes && !asoc->outqueue.out_qlen) in sctp_assoc_set_primary()
572 list_for_each_entry(ch, &asoc->outqueue.out_chunk_list, list) in sctp_assoc_rm_peer()
1502 sctp_outq_tail(&asoc->outqueue, sack, GFP_ATOMIC); in sctp_assoc_rwnd_increase()
A Doutqueue.c358 sctp_insert_list(&asoc->outqueue.abandoned, in sctp_prsctp_prune_sent()
366 if (queue != &asoc->outqueue.retransmit && in sctp_prsctp_prune_sent()
371 asoc->outqueue.outstanding_bytes -= sctp_data_size(chk); in sctp_prsctp_prune_sent()
385 struct sctp_outq *q = &asoc->outqueue; in sctp_prsctp_prune_unsent()
432 &asoc->outqueue.retransmit, in sctp_prsctp_prune()
A Dstream_sched_rr.c156 list_for_each_entry(ch, &asoc->outqueue.out_chunk_list, list) { in sctp_sched_rr_sched_all()
A Dstream_sched_fc.c175 list_for_each_entry(ch, &asoc->outqueue.out_chunk_list, list) { in sctp_sched_fc_sched_all()
A Doutput.c678 struct sctp_outq *q = &asoc->outqueue; in sctp_packet_can_append_data()
768 asoc->outqueue.outstanding_bytes += datasize; in sctp_packet_append_data()
A Dstream_sched_prio.c283 list_for_each_entry(ch, &asoc->outqueue.out_chunk_list, list) { in sctp_sched_prio_sched_all()
A Dauth.c414 list_for_each_entry(chunk, &asoc->outqueue.out_chunk_list, list) { in sctp_auth_asoc_init_active_key()
A Dtransport.c837 sctp_retransmit(&t->asoc->outqueue, t, SCTP_RTXR_T3_RTX); in sctp_transport_immediate_rtx()
A Dinput.c405 sctp_retransmit(&asoc->outqueue, t, SCTP_RTXR_PMTUD); in sctp_icmp_frag_needed()
A Dsm_statefuns.c2915 if (sctp_outq_is_empty(&asoc->outqueue)) { in sctp_sf_do_9_2_shutdown()
5147 if (sctp_outq_is_empty(&asoc->outqueue)) { in sctp_sf_do_9_2_prm_shutdown()
6228 if (sctp_outq_is_empty(&asoc->outqueue)) { in sctp_sf_autoclose_timer_expire()
A Dsocket.c173 struct sctp_outq *q = &asoc->outqueue; in sctp_for_each_tx_datachunk()
2246 if (asoc && sctp_outq_is_empty(&asoc->outqueue)) { in sctp_setsockopt_events()
4277 if (sctp_outq_is_empty(&asoc->outqueue)) { in sctp_assoc_ulpevent_type_set()
5202 list_for_each(pos, &asoc->outqueue.out_chunk_list) in sctp_get_sctp_info()
/net/tipc/
A Dtopsrv.c102 struct list_head outqueue; member
138 list_for_each_entry_safe(e, safe, &con->outqueue, list) { in tipc_conn_kref_release()
190 INIT_LIST_HEAD(&con->outqueue); in tipc_conn_alloc()
251 struct list_head *queue = &con->outqueue; in tipc_conn_send_to_sock()
334 list_add_tail(&e->list, &con->outqueue); in tipc_topsrv_queue_evt()

Completed in 1228 milliseconds