Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_ss_functions.c834 .sctp_ss_select_stream = sctp_ss_default_select,
848 .sctp_ss_select_stream = sctp_ss_default_select,
862 .sctp_ss_select_stream = sctp_ss_rrp_select,
876 .sctp_ss_select_stream = sctp_ss_prio_select,
890 .sctp_ss_select_stream = sctp_ss_fb_select,
904 .sctp_ss_select_stream = sctp_ss_fcfs_select,
HDsctp_structs.h725 struct sctp_stream_out *(*sctp_ss_select_stream) (struct sctp_tcb *stcb, member
HDsctp_output.c7649 strq = stcb->asoc.ss_functions.sctp_ss_select_stream(stcb, net, asoc); in sctp_fill_outqueue()
7670 strq = stcb->asoc.ss_functions.sctp_ss_select_stream(stcb, net, asoc); in sctp_fill_outqueue()