Searched defs:bond (Results 1 – 5 of 5) sorted by relevance
51 #define BOND_MODE(bond) ((bond)->params.mode) argument54 #define bond_slave_list(bond) (&(bond)->dev->adj_list.lower) argument56 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) argument59 #define bond_first_slave(bond) \ argument63 #define bond_last_slave(bond) \ argument69 #define bond_first_slave_rcu(bond) \ argument83 #define bond_for_each_slave(bond, pos, iter) \ argument87 #define bond_for_each_slave_rcu(bond, pos, iter) \ argument162 struct bonding *bond; /* our master */ member307 static inline bool bond_is_lb(const struct bonding *bond) in bond_is_lb()[all …]
14 #define BOND_ALB_INFO(bond) ((bond)->alb_info) argument23 #define BOND_ALB_LP_INTERVAL(bond) (bond->params.lp_interval) /* In seconds, periodic send of argument30 #define BOND_ALB_LP_TICKS(bond) (BOND_ALB_LP_INTERVAL(bond) \ argument
262 #define BOND_AD_INFO(bond) ((bond)->ad_info) argument
745 struct net_device *bond; member777 struct net_device *bond; member
3289 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument
Completed in 37 milliseconds