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

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c12252 uint32_t * sndout,
12263 *sndout = m_length(m, NULL);
13053 uint32_t sndout; local
13122 sndout = 0;
13128 mm = sctp_copy_resume(uio, max_len, user_marks_eor, &error, &sndout, &new_tail);
13159 sctp_snd_sb_alloc(stcb, sndout);
13160 atomic_add_int(&sp->length, sndout);
13161 len += sndout;
12248 sctp_copy_resume(struct uio *uio, int max_send_len, int user_marks_eor, int *error, uint32_t * sndout, struct mbuf **new_tail) argument

Completed in 50 milliseconds