Lines Matching refs:smallest_mtu
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)) {
7846 calc = (asoc->smallest_mtu - SCTP_MAX_OVERHEAD);
8552 small_one = asoc->smallest_mtu;
10112 (un_sent < (int)stcb->asoc.smallest_mtu)) {