Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/bonding/
Dbond_options.c24 const struct bond_opt_value *newval);
26 const struct bond_opt_value *newval);
28 const struct bond_opt_value *newval);
30 const struct bond_opt_value *newval);
32 const struct bond_opt_value *newval);
34 const struct bond_opt_value *newval);
38 const struct bond_opt_value *newval);
40 const struct bond_opt_value *newval);
42 const struct bond_opt_value *newval);
44 const struct bond_opt_value *newval);
[all …]
Dbond_sysfs.c218 const struct bond_opt_value *val; in bonding_show_mode()
232 const struct bond_opt_value *val; in bonding_show_xmit_hash()
247 const struct bond_opt_value *val; in bonding_show_arp_validate()
263 const struct bond_opt_value *val; in bonding_show_arp_all_targets()
279 const struct bond_opt_value *val; in bonding_show_fail_over_mac()
352 const struct bond_opt_value *val; in bonding_show_lacp()
377 const struct bond_opt_value *val; in bonding_show_ad_select()
437 const struct bond_opt_value *val; in bonding_show_primary_reselect()
Dbond_netlink.c139 struct bond_opt_value newval; in bond_slave_changelink()
166 struct bond_opt_value newval; in bond_changelink()
Dbond_procfs.c60 const struct bond_opt_value *optval; in bond_info_show_master()
Dbond_main.c3464 struct bond_opt_value newval; in bond_do_ioctl()
4346 struct bond_opt_value newval; in bond_check_params()
4347 const struct bond_opt_value *valptr; in bond_check_params()
/Linux-v4.19/include/net/
Dbond_options.h79 struct bond_opt_value { struct
100 const struct bond_opt_value *values; argument
102 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
106 struct bond_opt_value *val);
108 struct bond_opt_value *val);
111 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
112 struct bond_opt_value *val);
115 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
121 static inline void __bond_opt_init(struct bond_opt_value *optval, in __bond_opt_init()