HomeSort by: relevance | last modified time | path
    Searched refs:sctp_frag_point (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 319 uint32_t sctp_frag_point; member in struct:sctp_inpcb
sctp_usrreq.c 1565 *segsize = inp->sctp_frag_point - ovh;
2639 inp->sctp_frag_point = (*segsize+ovh);
2640 if (inp->sctp_frag_point < MHLEN) {
2641 inp->sctp_frag_point = MHLEN;
sctp_pcb.c 1362 inp->sctp_frag_point = SCTP_DEFAULT_MAXSEGMENT;
sctputil.c 738 asoc->smallest_mtu = m->sctp_frag_point;
sctp_output.c 4101 if (stcb->sctp_ep->sctp_frag_point > asoc->smallest_mtu)
4104 siz = (stcb->sctp_ep->sctp_frag_point - ovh);

Completed in 32 milliseconds