Searched refs:sctp_ss_select_stream (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | sctp_ss_functions.c | 834 .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,
|
| HD | sctp_structs.h | 725 struct sctp_stream_out *(*sctp_ss_select_stream) (struct sctp_tcb *stcb, member
|
| HD | sctp_output.c | 7649 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()
|