Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_procfs.c77 if (bond_mode_uses_xmit_hash(bond)) { in bond_info_show_master()
Dbond_main.c1691 if (bond_mode_uses_xmit_hash(bond)) in bond_enslave()
1821 if (bond_mode_uses_xmit_hash(bond)) in __bond_release_one()
3000 if (bond_mode_uses_xmit_hash(bond)) in bond_slave_netdev_event()
3244 if (bond_mode_uses_xmit_hash(bond)) in bond_open()
/linux-4.4.14/include/net/
Dbonding.h290 static inline bool bond_mode_uses_xmit_hash(const struct bonding *bond) in bond_mode_uses_xmit_hash() function