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.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);
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);
[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.c159 struct bond_opt_value newval; in bond_slave_changelink()
207 struct bond_opt_value newval; in bond_changelink()
H A Dbond_main.c4579 struct bond_opt_value newval; in bond_do_ioctl()
6078 struct bond_opt_value newval; in bond_check_params()
6079 const struct bond_opt_value *valptr; in bond_check_params()
/linux/include/net/ !
H A Dbond_options.h94 struct bond_opt_value { struct
119 const struct bond_opt_value *values; argument
121 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
125 struct bond_opt_value *val,
128 struct bond_opt_value *val);
131 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
132 struct bond_opt_value *val);
135 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
141 static inline void __bond_opt_init(struct bond_opt_value *optval, in __bond_opt_init()