Home
last modified time | relevance | path

Searched refs:bond_opt_value (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_options.c21 const struct bond_opt_value *newval);
23 const struct bond_opt_value *newval);
25 const struct bond_opt_value *newval);
27 const struct bond_opt_value *newval);
29 const struct bond_opt_value *newval);
31 const struct bond_opt_value *newval);
33 const struct bond_opt_value *newval);
37 const struct bond_opt_value *newval);
39 const struct bond_opt_value *newval);
41 const struct bond_opt_value *newval);
[all …]
H A Dbond_sysfs.c201 const struct bond_opt_value *val; in bonding_show_mode()
215 const struct bond_opt_value *val; in bonding_show_xmit_hash()
230 const struct bond_opt_value *val; in bonding_show_arp_validate()
246 const struct bond_opt_value *val; in bonding_show_arp_all_targets()
262 const struct bond_opt_value *val; in bonding_show_fail_over_mac()
359 const struct bond_opt_value *val; in bonding_show_lacp_active()
373 const struct bond_opt_value *val; in bonding_show_lacp_rate()
398 const struct bond_opt_value *val; in bonding_show_ad_select()
459 const struct bond_opt_value *val; in bonding_show_primary_reselect()
H A Dbond_procfs.c61 const struct bond_opt_value *optval; in bond_info_show_master()
H A Dbond_netlink.c152 struct bond_opt_value newval; in bond_slave_changelink()
190 struct bond_opt_value newval; in bond_changelink()
H A Dbond_main.c4637 struct bond_opt_value newval; in bond_do_ioctl()
6090 struct bond_opt_value newval; in bond_check_params()
6091 const struct bond_opt_value *valptr; in bond_check_params()
/linux/include/net/
H A Dbond_options.h92 struct bond_opt_value { struct
117 const struct bond_opt_value *values; argument
119 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
123 struct bond_opt_value *val,
126 struct bond_opt_value *val);
129 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
130 struct bond_opt_value *val);
133 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
139 static inline void __bond_opt_init(struct bond_opt_value *optval, in __bond_opt_init()