Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_ss_functions.c223 strqt = strq; in sctp_ss_default_select()
228 return (strq); in sctp_ss_default_select()
380 strq = NULL; in sctp_ss_rrp_packet_done()
382 strqt = strq; in sctp_ss_rrp_packet_done()
529 strq = strqn; in sctp_ss_prio_select()
552 strqt = strq; in sctp_ss_prio_select()
557 return (strq); in sctp_ss_prio_select()
715 strq = strqt; in sctp_ss_fb_select()
724 return (strq); in sctp_ss_fb_select()
913 strq = NULL; in sctp_ss_fcfs_select()
[all …]
H A Dsctp_structs.h736 …void (*sctp_ss_init_stream) (struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stre…
738 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
741 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
745 struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much);
749 struct sctp_stream_out *strq, uint16_t *value);
751 struct sctp_stream_out *strq, uint16_t value);
H A Dsctp_output.h102 struct sctp_stream_out *strq, int holds_lock);
H A Dsctp_output.c7126 struct sctp_stream_out *strq, in sctp_move_to_outqueue() argument
7150 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue()
7164 strq->sid, in sctp_move_to_outqueue()
7165 strq->last_msg_incomplete); in sctp_move_to_outqueue()
7166 strq->last_msg_incomplete = 0; in sctp_move_to_outqueue()
7504 strq->next_mid_ordered++; in sctp_move_to_outqueue()
7511 strq->next_mid_unordered++; in sctp_move_to_outqueue()
7516 strq->next_mid_ordered++; in sctp_move_to_outqueue()
7576 dchkh->dp.sid = htons(strq->sid); in sctp_move_to_outqueue()
7645 strq->chunks_on_queues++; in sctp_move_to_outqueue()
[all …]
H A Dsctputil.c5010 struct sctp_stream_out *strq; in sctp_release_pr_sctp_chunk() local
5131 strq = &stcb->asoc.strmout[sid]; in sctp_release_pr_sctp_chunk()
5132 sp = TAILQ_FIRST(&strq->outqueue); in sctp_release_pr_sctp_chunk()
5160 chk->rec.data.mid = strq->next_mid_ordered; in sctp_release_pr_sctp_chunk()
5164 chk->rec.data.mid = strq->next_mid_unordered; in sctp_release_pr_sctp_chunk()
5166 chk->rec.data.mid = strq->next_mid_ordered; in sctp_release_pr_sctp_chunk()
5175 strq->chunks_on_queues++; in sctp_release_pr_sctp_chunk()
5186 strq->next_mid_ordered++; in sctp_release_pr_sctp_chunk()
5190 strq->next_mid_unordered++; in sctp_release_pr_sctp_chunk()
5192 strq->next_mid_ordered++; in sctp_release_pr_sctp_chunk()