Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dif_bond.c2846 int mtu_max = 0; in bond_get_mtu_values() local
2858 if (mtu_max == 0 || devmtu_p->ifdm_max < mtu_max) { in bond_get_mtu_values()
2859 mtu_max = devmtu_p->ifdm_max; in bond_get_mtu_values()
2863 *ret_max = mtu_max; in bond_get_mtu_values()
2890 int mtu_max; in bond_set_mtu() local
2908 bond_get_mtu_values(ifb, &mtu_min, &mtu_max); in bond_set_mtu()
2909 if (mtu > mtu_max) { in bond_set_mtu()