Home
last modified time | relevance | path

Searched refs:send_sb_threshold (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c153 n_inp->send_sb_threshold = inp->send_sb_threshold; in sctp_do_peeloff()
247 n_inp->send_sb_threshold = inp->send_sb_threshold; in sctp_get_peeloff()
Dsctp_pcb.h583 uint32_t send_sb_threshold; member
Dsctp_indata.c4182 (((inp->send_sb_threshold > 0) &&
4183 (sb_free_now >= inp->send_sb_threshold) &&
4185 (inp->send_sb_threshold == 0))) {
4912 (((inp->send_sb_threshold > 0) && (sb_free_now >= inp->send_sb_threshold)) ||
4913 (inp->send_sb_threshold == 0))) {
Dsctp_input.c599 (((inp->send_sb_threshold > 0) && in sctp_process_init_ack()
600 (sb_free_now >= inp->send_sb_threshold) && in sctp_process_init_ack()
602 (inp->send_sb_threshold == 0))) { in sctp_process_init_ack()
3051 inp->send_sb_threshold = (*inp_p)->send_sb_threshold;
Dsctp_pcb.c2845 inp->send_sb_threshold = 0;
Dsctp_usrreq.c9028 inp->send_sb_threshold = sb_threshold;