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

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c12838 int tot_demand, tot_out = 0, max_out; local
12865 tot_demand = (tot_out + sizeof(struct sctp_paramhdr));
12866 if (tot_demand > SCTP_DEFAULT_ADD_MORE) {
12872 mm = sctp_get_mbuf_for_msg(tot_demand, 0, M_WAITOK, 1, MT_DATA);

Completed in 74 milliseconds