Searched refs:max_out (Results 1 – 1 of 1) sorted by relevance
12891 ssize_t tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local12932 max_out = asoc->smallest_mtu - sizeof(struct sctp_paramhdr); in sctp_lower_sosend()12933 max_out -= sizeof(struct sctp_abort_msg); in sctp_lower_sosend()12934 if (tot_out > max_out) { in sctp_lower_sosend()12935 tot_out = max_out; in sctp_lower_sosend()