Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_bond.c2844 int mtu_max = 0; in bond_get_mtu_values() local
2856 if (mtu_max == 0 || devmtu_p->ifdm_max < mtu_max) { in bond_get_mtu_values()
2857 mtu_max = devmtu_p->ifdm_max; in bond_get_mtu_values()
2861 *ret_max = mtu_max; in bond_get_mtu_values()
2888 int mtu_max; in bond_set_mtu() local
2906 bond_get_mtu_values(ifb, &mtu_min, &mtu_max); in bond_set_mtu()
2907 if (mtu > mtu_max) { in bond_set_mtu()