Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_procfs.c77 if (bond_mode_uses_xmit_hash(bond)) { in bond_info_show_master()
Dbond_main.c1678 if (bond_mode_uses_xmit_hash(bond)) in bond_enslave()
1800 if (bond_mode_uses_xmit_hash(bond)) in __bond_release_one()
2989 if (bond_mode_uses_xmit_hash(bond)) in bond_slave_netdev_event()
3230 if (bond_mode_uses_xmit_hash(bond)) in bond_open()
/linux-4.1.27/include/net/
Dbonding.h286 static inline bool bond_mode_uses_xmit_hash(const struct bonding *bond) in bond_mode_uses_xmit_hash() function