Home
last modified time | relevance | path

Searched refs:sctp_ss_select_stream (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_ss_functions.c946 .sctp_ss_select_stream = sctp_ss_default_select,
961 .sctp_ss_select_stream = sctp_ss_default_select,
976 .sctp_ss_select_stream = sctp_ss_rrp_select,
991 .sctp_ss_select_stream = sctp_ss_prio_select,
1006 .sctp_ss_select_stream = sctp_ss_fb_select,
1021 .sctp_ss_select_stream = sctp_ss_fcfs_select,
H A Dsctp_structs.h743 struct sctp_stream_out *(*sctp_ss_select_stream) (struct sctp_tcb *stcb, member
H A Dsctp_output.c7730 strq = stcb->asoc.ss_functions.sctp_ss_select_stream(stcb, net, asoc); in sctp_fill_outqueue()
7740 strq = stcb->asoc.ss_functions.sctp_ss_select_stream(stcb, net, asoc); in sctp_fill_outqueue()