Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dif_bond.c2850 int mtu_max = 0; in bond_get_mtu_values() local
2862 if (mtu_max == 0 || devmtu_p->ifdm_max < mtu_max) { in bond_get_mtu_values()
2863 mtu_max = devmtu_p->ifdm_max; in bond_get_mtu_values()
2867 *ret_max = mtu_max; in bond_get_mtu_values()
2894 int mtu_max; in bond_set_mtu() local
2912 bond_get_mtu_values(ifb, &mtu_min, &mtu_max); in bond_set_mtu()
2913 if (mtu > mtu_max) { in bond_set_mtu()