HomeSort by: relevance | last modified time | path
    Searched defs:sndlen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 111 int sndlen; member in struct:sctp_copy_all
sctp_output.c 4794 ca->sndlen = uio->uio_resid;
4795 ca->m = sctp_copy_out_all(uio, ca->sndlen);
4802 ca->sndlen = 0;
4804 ca->sndlen += m->m_len;
4808 ca->sndlen = m->m_pkthdr.len;
9291 unsigned int sndlen; local in function:sctp_copy_it_in
9305 sndlen = uio->uio_resid;
9312 printf("sctp_copy_it_in: %d\n", sndlen);
9315 if (sndlen > so->so_snd.sb_hiwat) {
9322 (sndlen + asoc->total_output_queue_size)) |
    [all...]

Completed in 157 milliseconds