Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dbonding.h49 #define bond_first_slave(bond) \ macro
62 #define bond_is_first_slave(bond, pos) (pos == bond_first_slave(bond))
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c3605 slave = bond_first_slave(bond); in bond_neigh_init()