Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dbonding.h58 #define bond_first_slave(bond) \ macro
71 #define bond_is_first_slave(bond, pos) (pos == bond_first_slave(bond))
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c3617 slave = bond_first_slave(bond); in bond_neigh_init()