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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_ss_functions.c77 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); local
80 strq->ss_params.rr.next_spoke.tqe_next = NULL;
81 strq->ss_params.rr.next_spoke.tqe_prev = NULL;
91 sctp_ss_default_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq SCTP_UNUSED) argument
93 strq->ss_params.rr.next_spoke.tqe_next = NULL;
94 strq->ss_params.rr.next_spoke.tqe_prev = NULL;
100 struct sctp_stream_out *strq,
107 if (!TAILQ_EMPTY(&strq->outqueue) &&
108 (strq->ss_params.rr.next_spoke.tqe_next == NULL) &&
109 (strq
99 sctp_ss_default_add(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) argument
130 sctp_ss_default_remove(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) argument
171 struct sctp_stream_out *strq, *strqt; local
211 sctp_ss_default_scheduled(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED, struct sctp_association *asoc SCTP_UNUSED, struct sctp_stream_out *strq, int moved_how_much SCTP_UNUSED) argument
248 sctp_ss_rr_add(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) argument
296 struct sctp_stream_out *strq, *strqt; local
349 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); local
367 sctp_ss_prio_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq) argument
380 sctp_ss_prio_add(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) argument
414 sctp_ss_prio_remove(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) argument
453 struct sctp_stream_out *strq, *strqt, *strqn; local
496 sctp_ss_prio_get_value(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_association *asoc SCTP_UNUSED, struct sctp_stream_out *strq, uint16_t * value) argument
507 sctp_ss_prio_set_value(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, uint16_t value) argument
531 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); local
548 sctp_ss_fb_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq) argument
561 sctp_ss_fb_add(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) argument
582 sctp_ss_fb_remove(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) argument
621 struct sctp_stream_out *strq = NULL, *strqt; local
651 sctp_ss_fb_scheduled(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED, struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much SCTP_UNUSED) argument
793 struct sctp_stream_out *strq; local
[all...]
H A Dsctp_output.h108 struct sctp_stream_out *strq, int holds_lock);
H A Dsctp_structs.h700 void (*sctp_ss_init_stream) (struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);
702 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
705 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
709 struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much);
713 struct sctp_stream_out *strq, uint16_t * value);
715 struct sctp_stream_out *strq, uint16_t value);
H A Dsctp_output.c6979 struct sctp_stream_out *strq,
7006 sp = TAILQ_FIRST(&strq->outqueue);
7013 sp = TAILQ_FIRST(&strq->outqueue);
7017 if (strq->last_msg_incomplete) {
7019 strq->stream_no,
7020 strq->last_msg_incomplete);
7021 strq->last_msg_incomplete = 0;
7051 TAILQ_REMOVE(&strq->outqueue, sp, next);
7052 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up);
7361 chk->rec.data.stream_seq = strq
6978 sctp_move_to_outqueue(struct sctp_tcb *stcb, struct sctp_stream_out *strq, uint32_t goal_mtu, uint32_t frag_point, int *locked, int *giveup, int eeor_mode, int *bail, int so_locked SCTP_UNUSED ) argument
7496 struct sctp_stream_out *strq; local
[all...]
H A Dsctputil.c4692 struct sctp_stream_out *strq; local
4797 strq = &stcb->asoc.strmout[stream];
4798 sp = TAILQ_FIRST(&strq->outqueue);
4822 chk->rec.data.stream_seq = strq->next_sequence_send;
4840 strq->next_sequence_send++;

Completed in 120 milliseconds