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