Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_procfs.c40 return bond_first_slave_rcu(bond); in bond_info_seq_next()
H A Dbond_3ad.c154 first_slave = bond_first_slave_rcu(bond); in __get_first_agg()
2475 slave = bond_first_slave_rcu(bond); in bond_3ad_state_machine_handler()
2749 first_slave = bond_first_slave_rcu(bond); in bond_3ad_set_carrier()
H A Dbond_main.c3845 curr_arp_slave = bond_first_slave_rcu(bond); in bond_ab_arp_probe()
4772 slave = bond_first_slave_rcu(bond); in bond_neigh_init()
/linux/include/net/
H A Dbonding.h69 #define bond_first_slave_rcu(bond) \ macro