Searched refs:with_strq (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_ss_functions.c91 sctp_ss_default_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq SCTP_UNUSED)
367 sctp_ss_prio_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq) argument
371 if (with_strq != NULL) {
372 strq->ss_params.prio.priority = with_strq->ss_params.prio.priority;
548 sctp_ss_fb_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq) argument
552 if (with_strq != NULL) {
553 strq->ss_params.fb.rounds = with_strq->ss_params.fb.rounds;
735 sctp_ss_fcfs_init_stream(struct sctp_stream_out *strq SCTP_UNUSED, struct sctp_stream_out *with_strq SCTP_UNUSED)
H A Dsctp_structs.h700 void (*sctp_ss_init_stream) (struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);

Completed in 68 milliseconds