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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c154 n_inp->send_sb_threshold = inp->send_sb_threshold;
258 n_inp->send_sb_threshold = inp->send_sb_threshold;
H A Dsctp_pcb.h587 uint32_t send_sb_threshold; member in struct:sctp_inpcb
H A Dsctp_indata.c3791 (((inp->send_sb_threshold > 0) &&
3792 (sb_free_now >= inp->send_sb_threshold) &&
3794 (inp->send_sb_threshold == 0))) {
4546 (((inp->send_sb_threshold > 0) && (sb_free_now >= inp->send_sb_threshold)) ||
4547 (inp->send_sb_threshold == 0))) {
H A Dsctp_input.c2928 inp->send_sb_threshold = (*inp_p)->send_sb_threshold;
H A Dsctp_pcb.c2855 inp->send_sb_threshold = 0;
H A Dsctp_usrreq.c8553 inp->send_sb_threshold = sb_threshold;

Completed in 3469 milliseconds