Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_main.c1167 struct slave *slave, *hprio = NULL; in bond_choose_primary_or_current() local
1173 hprio = hprio ?: slave; in bond_choose_primary_or_current()
1174 if (slave->prio > hprio->prio) in bond_choose_primary_or_current()
1175 hprio = slave; in bond_choose_primary_or_current()
1179 if (hprio && hprio != curr) { in bond_choose_primary_or_current()
1180 prim = hprio; in bond_choose_primary_or_current()