Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c12397 uint32_t *sndout, in sctp_copy_resume() argument
12409 *sndout = m_length(m, NULL); in sctp_copy_resume()
13181 uint32_t sndout; in sctp_lower_sosend() local
13298 sndout = 0; in sctp_lower_sosend()
13300 mm = sctp_copy_resume(uio, (int)max_len, user_marks_eor, &error, &sndout, &new_tail); in sctp_lower_sosend()
13339 sctp_snd_sb_alloc(stcb, sndout); in sctp_lower_sosend()
13340 atomic_add_int(&sp->length, sndout); in sctp_lower_sosend()