Searched refs:sctp_ss_select_stream (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_ss_functions.c | 972 .sctp_ss_select_stream = sctp_ss_default_select, 1002 .sctp_ss_select_stream = sctp_ss_default_select, 1032 .sctp_ss_select_stream = sctp_ss_rrp_select, 1062 .sctp_ss_select_stream = sctp_ss_prio_select, 1092 .sctp_ss_select_stream = sctp_ss_fb_select, 1122 .sctp_ss_select_stream = sctp_ss_fcfs_select,
|
D | sctp_structs.h | 800 struct sctp_stream_out* (*sctp_ss_select_stream)(struct sctp_tcb *stcb, member
|
D | sctp_output.c | 8272 strq = stcb->asoc.ss_functions.sctp_ss_select_stream(stcb, net, asoc); 8282 strq = stcb->asoc.ss_functions.sctp_ss_select_stream(stcb, net, asoc);
|