Searched refs:sctp_ss_select_stream (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_ss_functions.c | 946 .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 D | sctp_structs.h | 743 struct sctp_stream_out *(*sctp_ss_select_stream) (struct sctp_tcb *stcb, member
|
H A D | sctp_output.c | 7730 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()
|