Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_options.c22 const struct bond_opt_value *newval);
24 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);
36 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);
[all …]
Dbond_sysfs.c214 const struct bond_opt_value *val; in bonding_show_mode()
229 const struct bond_opt_value *val; in bonding_show_xmit_hash()
244 const struct bond_opt_value *val; in bonding_show_arp_validate()
260 const struct bond_opt_value *val; in bonding_show_arp_all_targets()
276 const struct bond_opt_value *val; in bonding_show_fail_over_mac()
349 const struct bond_opt_value *val; in bonding_show_lacp()
374 const struct bond_opt_value *val; in bonding_show_ad_select()
448 const struct bond_opt_value *val; in bonding_show_primary_reselect()
Dbond_netlink.c119 struct bond_opt_value newval; in bond_slave_changelink()
145 struct bond_opt_value newval; in bond_changelink()
Dbond_procfs.c59 const struct bond_opt_value *optval; in bond_info_show_master()
Dbond_main.c3307 struct bond_opt_value newval; in bond_do_ioctl()
4181 struct bond_opt_value newval; in bond_check_params()
4182 const struct bond_opt_value *valptr; in bond_check_params()
/linux-4.1.27/include/net/
Dbond_options.h75 struct bond_opt_value { struct
96 const struct bond_opt_value *values; argument
98 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
102 struct bond_opt_value *val);
105 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
106 struct bond_opt_value *val);
109 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
115 static inline void __bond_opt_init(struct bond_opt_value *optval, in __bond_opt_init()