Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dbonding.h62 #define bond_last_slave(bond) \ macro
72 #define bond_is_last_slave(bond, pos) (pos == bond_last_slave(bond))
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1582 prev_slave = bond_last_slave(bond); in bond_enslave()