Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h908 uint32_t sb_threshold,
Duser_socket.c1328 uint32_t sb_threshold, in usrsctp_socket() argument
1338 ((send_cb != NULL) || (sb_threshold != 0) || (ulp_info != NULL))) { in usrsctp_socket()
1356 register_send_cb(so, sb_threshold, send_cb); in usrsctp_socket()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c9018 register_send_cb(struct socket *so, uint32_t sb_threshold, int (*send_cb)(struct socket *sock, uint… argument
9028 inp->send_sb_threshold = sb_threshold;