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