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

  /src/sys/netinet/
sctp_structs.h 402 u_int32_t smallest_mtu; member in struct:sctp_association
sctp_output.c 2082 * - of output interface and smallest_mtu size as well.
2267 (stcb->asoc.smallest_mtu > rt->rt_rmx.rmx_mtu)) {
2472 (stcb->asoc.smallest_mtu > rt->rt_rmx.rmx_mtu)) {
2480 (stcb->asoc.smallest_mtu > ifp->if_mtu)) {
4101 if (stcb->sctp_ep->sctp_frag_point > asoc->smallest_mtu)
4102 siz = asoc->smallest_mtu - ovh;
7453 (un_sent < (int)stcb->asoc.smallest_mtu)
7580 if (cnt_of_space > (asoc->smallest_mtu-ovh)) {
7582 cnt_of_space = asoc->smallest_mtu - ovh;
7843 if (space > (asoc->smallest_mtu-SCTP_MAX_OVERHEAD))
    [all...]
sctp_pcb.c 2513 stcb->asoc.smallest_mtu = net->mtu;
2518 net->mtu = stcb->asoc.smallest_mtu;
2523 if (stcb->asoc.smallest_mtu > net->mtu) {
2524 stcb->asoc.smallest_mtu = net->mtu;
sctp_usrreq.c 291 if (stcb->asoc.smallest_mtu > nxtsz) {
295 stcb->asoc.smallest_mtu = nxtsz;
3512 if (((uint32_t)incr >= (stcb->asoc.smallest_mtu * SCTP_SEG_TO_RWND_UPD)) ||
sctputil.c 738 asoc->smallest_mtu = m->sctp_frag_point;
1600 asoc->smallest_mtu = mtu;
sctp_asconf.c 2301 if (m_asconf->m_len + p_length > stcb->asoc.smallest_mtu) {
  /src/sys/netinet6/
sctp6_usrreq.c 349 if (stcb->asoc.smallest_mtu > nxtsz) {
353 stcb->asoc.smallest_mtu = nxtsz;

Completed in 27 milliseconds