Home
last modified time | relevance | path

Searched refs:smallest_mtu (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_structs.h402 u_int32_t smallest_mtu; member
Dsctp_output.c2267 (stcb->asoc.smallest_mtu > rt->rt_rmx.rmx_mtu)) { in sctp_lowlevel_chunk_output()
2472 (stcb->asoc.smallest_mtu > rt->rt_rmx.rmx_mtu)) { in sctp_lowlevel_chunk_output()
2480 (stcb->asoc.smallest_mtu > ifp->if_mtu)) { in sctp_lowlevel_chunk_output()
4101 if (stcb->sctp_ep->sctp_frag_point > asoc->smallest_mtu) in sctp_get_frag_point()
4102 siz = asoc->smallest_mtu - ovh; in sctp_get_frag_point()
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)) {
7846 calc = (asoc->smallest_mtu - SCTP_MAX_OVERHEAD);
[all …]
Dsctp_pcb.c2513 stcb->asoc.smallest_mtu = net->mtu; in sctp_add_remote_addr()
2518 net->mtu = stcb->asoc.smallest_mtu; in sctp_add_remote_addr()
2523 if (stcb->asoc.smallest_mtu > net->mtu) { in sctp_add_remote_addr()
2524 stcb->asoc.smallest_mtu = net->mtu; in sctp_add_remote_addr()
Dsctp_usrreq.c291 if (stcb->asoc.smallest_mtu > nxtsz) { in sctp_notify_mbuf()
295 stcb->asoc.smallest_mtu = nxtsz; in sctp_notify_mbuf()
3512 if (((uint32_t)incr >= (stcb->asoc.smallest_mtu * SCTP_SEG_TO_RWND_UPD)) || in sctp_rcvd()
Dsctputil.c738 asoc->smallest_mtu = m->sctp_frag_point; in sctp_init_asoc()
1600 asoc->smallest_mtu = mtu; in sctp_mtu_size_reset()
Dsctp_asconf.c2301 if (m_asconf->m_len + p_length > stcb->asoc.smallest_mtu) { in sctp_compose_asconf()
/netbsd/src/sys/netinet6/
Dsctp6_usrreq.c349 if (stcb->asoc.smallest_mtu > nxtsz) { in sctp6_notify_mbuf()
353 stcb->asoc.smallest_mtu = nxtsz; in sctp6_notify_mbuf()