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