Searched refs:tot_demand (Results 1 – 1 of 1) sorted by relevance
12891 ssize_t tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local12918 tot_demand = (tot_out + sizeof(struct sctp_paramhdr)); in sctp_lower_sosend()12919 if (tot_demand > SCTP_DEFAULT_ADD_MORE) { in sctp_lower_sosend()12925 mm = sctp_get_mbuf_for_msg((unsigned int)tot_demand, 0, M_WAITOK, 1, MT_DATA); in sctp_lower_sosend()