Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c12885 ssize_t tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local
12907 tot_demand = (tot_out + sizeof(struct sctp_paramhdr)); in sctp_lower_sosend()
12908 if (tot_demand > SCTP_DEFAULT_ADD_MORE) { in sctp_lower_sosend()
12912 mm = sctp_get_mbuf_for_msg((unsigned int)tot_demand, 0, M_NOWAIT, 1, MT_DATA); in sctp_lower_sosend()