Searched refs:maxmtu (Results 1 – 6 of 6) sorted by relevance
65 u_int32_t maxmtu; /* Upper bound of LinkMTU */ member
171 u_int32_t maxmtu; /* Upper bound of LinkMTU */ member339 u_int32_t maxmtu; /* Upper bound of LinkMTU */ member436 ((ND_IFINFO(ifp)->maxmtu && ND_IFINFO(ifp)->maxmtu < (ifp)->if_mtu) ? \437 ND_IFINFO(ifp)->maxmtu : (ifp)->if_mtu)))
550 u_int32_t oldmaxmtu, maxmtu; in nd6_setmtu() local557 oldmaxmtu = ndi->maxmtu; in nd6_setmtu()570 maxmtu = ndi->maxmtu = ifp->if_mtu; in nd6_setmtu()578 if (oldmaxmtu >= IPV6_MMTU && ndi->maxmtu < IPV6_MMTU) { in nd6_setmtu()581 if_name(ifp), (uint32_t)ndi->maxmtu); in nd6_setmtu()587 if (maxmtu > in6_maxmtu) { in nd6_setmtu()3122 bcopy(&ndi->maxmtu, &ondi->ndi.maxmtu, in nd6_ioctl()
3981 u_int32_t maxmtu = 0; in in6_setmaxmtu() local3995 IN6_LINKMTU(ifp) > maxmtu) { in in6_setmaxmtu()3996 maxmtu = IN6_LINKMTU(ifp); in in6_setmaxmtu()4003 if (maxmtu) { /* update only when maxmtu is positive */ in in6_setmaxmtu()4004 in6_maxmtu = maxmtu; in in6_setmaxmtu()
813 if (ndi->maxmtu) { in nd6_ra_input()814 if (mtu <= ndi->maxmtu) { in nd6_ra_input()827 ndi->maxmtu); in nd6_ra_input()
6744 unsigned int maxmtu; in tcp_maxmtu() local6758 maxmtu = interface_mtu; in tcp_maxmtu()6760 maxmtu = MIN(rt->rt_rmx.rmx_mtu, interface_mtu); in tcp_maxmtu()6763 return maxmtu; in tcp_maxmtu()6769 unsigned int maxmtu; in tcp_maxmtu6() local6780 maxmtu = IN6_LINKMTU(rt->rt_ifp); in tcp_maxmtu6()6782 maxmtu = MIN(rt->rt_rmx.rmx_mtu, IN6_LINKMTU(rt->rt_ifp)); in tcp_maxmtu6()6788 return maxmtu; in tcp_maxmtu6()6794 unsigned int maxmtu = 0; in get_maxmtu() local6801 maxmtu = tcp_maxmtu6(rt); in get_maxmtu()[all …]