Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c2898 int old_max; in bond_set_mtu() local
2929 old_max = ((int)ifnet_mtu(ifp) > ifb->ifb_altmtu) in bond_set_mtu()
2931 if (new_max != old_max) { in bond_set_mtu()
2937 (void)bond_set_mtu_on_ports(ifb, old_max); in bond_set_mtu()