Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c2852 int mtu_max = 0; in bond_get_mtu_values() local
2864 if (mtu_max == 0 || devmtu_p->ifdm_max < mtu_max) { in bond_get_mtu_values()
2865 mtu_max = devmtu_p->ifdm_max; in bond_get_mtu_values()
2869 *ret_max = mtu_max; in bond_get_mtu_values()
2896 int mtu_max; in bond_set_mtu() local
2914 bond_get_mtu_values(ifb, &mtu_min, &mtu_max); in bond_set_mtu()
2915 if (mtu > mtu_max) { in bond_set_mtu()