Home
last modified time | relevance | path

Searched defs:bond (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/net/
Dbonding.h41 #define BOND_MODE(bond) ((bond)->params.mode) argument
44 #define bond_slave_list(bond) (&(bond)->dev->adj_list.lower) argument
46 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond)) argument
49 #define bond_first_slave(bond) \ argument
53 #define bond_last_slave(bond) \ argument
59 #define bond_first_slave_rcu(bond) \ argument
62 #define bond_is_first_slave(bond, pos) (pos == bond_first_slave(bond)) argument
63 #define bond_is_last_slave(bond, pos) (pos == bond_last_slave(bond)) argument
73 #define bond_for_each_slave(bond, pos, iter) \ argument
77 #define bond_for_each_slave_rcu(bond, pos, iter) \ argument
[all …]
Dbond_alb.h30 #define BOND_ALB_INFO(bond) ((bond)->alb_info) argument
39 #define BOND_ALB_LP_INTERVAL(bond) (bond->params.lp_interval) /* In seconds, periodic send of argument
46 #define BOND_ALB_LP_TICKS(bond) (BOND_ALB_LP_INTERVAL(bond) \ argument
Dbond_3ad.h263 #define BOND_AD_INFO(bond) ((bond)->ad_info) argument
/linux-4.19.296/include/linux/
Dnetdevice.h2547 #define for_each_netdev_in_bond_rcu(bond, slave) \ argument