Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
A Dbond_options.c20 const struct bond_opt_value *newval);
22 const struct bond_opt_value *newval);
24 const struct bond_opt_value *newval);
32 const struct bond_opt_value *newval);
38 const struct bond_opt_value *newval);
46 const struct bond_opt_value *newval);
70 const struct bond_opt_value *newval);
527 struct bond_opt_value *val) in bond_opt_parse()
530 const struct bond_opt_value *tbl; in bond_opt_parse()
610 const struct bond_opt_value *modeval; in bond_opt_dep_print()
[all …]
A Dbond_sysfs.c202 const struct bond_opt_value *val; in bonding_show_mode()
216 const struct bond_opt_value *val; in bonding_show_xmit_hash()
231 const struct bond_opt_value *val; in bonding_show_arp_validate()
247 const struct bond_opt_value *val; in bonding_show_arp_all_targets()
263 const struct bond_opt_value *val; in bonding_show_fail_over_mac()
348 const struct bond_opt_value *val; in bonding_show_lacp_active()
362 const struct bond_opt_value *val; in bonding_show_lacp_rate()
387 const struct bond_opt_value *val; in bonding_show_ad_select()
448 const struct bond_opt_value *val; in bonding_show_primary_reselect()
A Dbond_netlink.c137 struct bond_opt_value newval; in bond_slave_changelink()
164 struct bond_opt_value newval; in bond_changelink()
A Dbond_procfs.c61 const struct bond_opt_value *optval; in bond_info_show_master()
A Dbond_main.c4136 struct bond_opt_value newval; in bond_do_ioctl()
5481 struct bond_opt_value newval; in bond_check_params()
5482 const struct bond_opt_value *valptr; in bond_check_params()
/linux/include/net/
A Dbond_options.h77 struct bond_opt_value { struct
98 const struct bond_opt_value *values; argument
100 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
104 struct bond_opt_value *val);
106 struct bond_opt_value *val);
109 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
110 struct bond_opt_value *val);
113 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
119 static inline void __bond_opt_init(struct bond_opt_value *optval, in __bond_opt_init()

Completed in 22 milliseconds