Searched refs:maxmtu (Results 1 – 6 of 6) sorted by relevance
69 u_int32_t maxmtu; /* Upper bound of LinkMTU */ member
178 u_int32_t maxmtu; /* Upper bound of LinkMTU */ member346 u_int32_t maxmtu; /* Upper bound of LinkMTU */ member466 ((ND_IFINFO(ifp)->maxmtu && ND_IFINFO(ifp)->maxmtu < (ifp)->if_mtu) ? \467 ND_IFINFO(ifp)->maxmtu : (ifp)->if_mtu)))
557 u_int32_t oldmaxmtu, maxmtu; in nd6_setmtu() local564 oldmaxmtu = ndi->maxmtu; in nd6_setmtu()577 maxmtu = ndi->maxmtu = ifp->if_mtu; in nd6_setmtu()585 if (oldmaxmtu >= IPV6_MMTU && ndi->maxmtu < IPV6_MMTU) { in nd6_setmtu()588 if_name(ifp), (uint32_t)ndi->maxmtu); in nd6_setmtu()594 if (maxmtu > in6_maxmtu) { in nd6_setmtu()3134 bcopy(&ndi->maxmtu, &ondi->ndi.maxmtu, in nd6_ioctl()
3992 u_int32_t maxmtu = 0; in in6_setmaxmtu() local4006 IN6_LINKMTU(ifp) > maxmtu) { in in6_setmaxmtu()4007 maxmtu = IN6_LINKMTU(ifp); in in6_setmaxmtu()4014 if (maxmtu) { /* update only when maxmtu is positive */ in in6_setmaxmtu()4015 in6_maxmtu = maxmtu; in in6_setmaxmtu()
856 if (ndi->maxmtu) { in nd6_ra_input()857 if (mtu <= ndi->maxmtu) { in nd6_ra_input()870 ndi->maxmtu); in nd6_ra_input()
7009 unsigned int maxmtu; in tcp_maxmtu() local7023 maxmtu = interface_mtu; in tcp_maxmtu()7025 maxmtu = MIN(rt->rt_rmx.rmx_mtu, interface_mtu); in tcp_maxmtu()7028 return maxmtu; in tcp_maxmtu()7034 unsigned int maxmtu; in tcp_maxmtu6() local7045 maxmtu = IN6_LINKMTU(rt->rt_ifp); in tcp_maxmtu6()7047 maxmtu = MIN(rt->rt_rmx.rmx_mtu, IN6_LINKMTU(rt->rt_ifp)); in tcp_maxmtu6()7053 return maxmtu; in tcp_maxmtu6()7059 unsigned int maxmtu = 0; in get_maxmtu() local7066 maxmtu = tcp_maxmtu6(rt); in get_maxmtu()[all …]