Home
last modified time | relevance | path

Searched refs:sctp_cc_option (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h823 struct sctp_cc_option { struct
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h781 int (*sctp_cwnd_socket_option)(struct sctp_tcb *stcb, int set, struct sctp_cc_option *);
Dsctp_uio.h724 struct sctp_cc_option { struct
Dsctp_usrreq.c2317 struct sctp_cc_option *cc_opt;
2319 SCTP_CHECK_AND_CAST(cc_opt, optval, struct sctp_cc_option, *optsize);
2328 *optsize = sizeof(struct sctp_cc_option);
4725 struct sctp_cc_option *cc_opt;
4727 SCTP_CHECK_AND_CAST(cc_opt, optval, struct sctp_cc_option, optsize);
Dsctp_cc_functions.c1536 struct sctp_cc_option *cc_opt) in sctp_cwnd_rtcc_socket_option()