Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c157 n_inp->send_sb_threshold = inp->send_sb_threshold; in sctp_do_peeloff()
262 n_inp->send_sb_threshold = inp->send_sb_threshold; in sctp_get_peeloff()
Dsctp_pcb.h606 uint32_t send_sb_threshold; member
Dsctp_indata.c4163 (((inp->send_sb_threshold > 0) &&
4164 (sb_free_now >= inp->send_sb_threshold) &&
4166 (inp->send_sb_threshold == 0))) {
4893 (((inp->send_sb_threshold > 0) && (sb_free_now >= inp->send_sb_threshold)) ||
4894 (inp->send_sb_threshold == 0))) {
Dsctp_input.c608 (((inp->send_sb_threshold > 0) && in sctp_process_init_ack()
609 (sb_free_now >= inp->send_sb_threshold) && in sctp_process_init_ack()
611 (inp->send_sb_threshold == 0))) { in sctp_process_init_ack()
3052 inp->send_sb_threshold = (*inp_p)->send_sb_threshold;
Dsctp_pcb.c2844 inp->send_sb_threshold = 0;
Dsctp_usrreq.c9182 inp->send_sb_threshold = sb_threshold;