Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c148 n_inp->send_sb_threshold = inp->send_sb_threshold; in sctp_do_peeloff()
246 n_inp->send_sb_threshold = inp->send_sb_threshold; in sctp_get_peeloff()
Dsctp_pcb.h581 uint32_t send_sb_threshold; member
Dsctp_indata.c3786 (((inp->send_sb_threshold > 0) &&
3787 (sb_free_now >= inp->send_sb_threshold) &&
3789 (inp->send_sb_threshold == 0))) {
4541 (((inp->send_sb_threshold > 0) && (sb_free_now >= inp->send_sb_threshold)) ||
4542 (inp->send_sb_threshold == 0))) {
Dsctp_input.c2936 inp->send_sb_threshold = (*inp_p)->send_sb_threshold;
Dsctp_pcb.c2777 inp->send_sb_threshold = 0;
Dsctp_usrreq.c8010 inp->send_sb_threshold = sb_threshold;