Lines Matching defs:bond_params
120 struct bond_params { struct
121 int mode;
122 int xmit_policy;
123 int miimon;
124 u8 num_peer_notif;
125 u8 missed_max;
126 int arp_interval;
127 int arp_validate;
128 int arp_all_targets;
129 int use_carrier;
130 int fail_over_mac;
131 int updelay;
132 int downdelay;
133 int peer_notif_delay;
134 int lacp_active;
135 int lacp_fast;
136 unsigned int min_links;
137 int ad_select;
138 char primary[IFNAMSIZ];
139 int primary_reselect;
140 __be32 arp_targets[BOND_MAX_ARP_TARGETS];
141 int tx_queues;
142 int all_slaves_active;
143 int resend_igmp;
144 int lp_interval;
145 int packets_per_slave;
146 int tlb_dynamic_lb;
147 struct reciprocal_value reciprocal_packets_per_slave;
148 u16 ad_actor_sys_prio;
149 u16 ad_user_port_key;
151 struct in6_addr ns_targets[BOND_MAX_NS_TARGETS];
155 u8 ad_actor_system[ETH_ALEN + 2];