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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_output.c11898 uint32_t * sndout,
11909 *sndout = m_length(m, NULL);
12695 uint32_t sndout; local
12764 sndout = 0;
12770 mm = sctp_copy_resume(uio, max_len, user_marks_eor, &error, &sndout, &new_tail);
12801 sctp_snd_sb_alloc(stcb, sndout);
12802 atomic_add_int(&sp->length, sndout);
12803 len += sndout;
11894 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 86 milliseconds