Home
last modified time | relevance | path

Searched refs:__bond_opt_set (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_netlink.c164 err = __bond_opt_set(bond, BOND_OPT_QUEUE_ID, &newval, in bond_slave_changelink()
174 err = __bond_opt_set(bond, BOND_OPT_PRIO, &newval, in bond_slave_changelink()
199 err = __bond_opt_set(bond, BOND_OPT_MODE, &newval, in bond_changelink()
217 err = __bond_opt_set(bond, BOND_OPT_ACTIVE_SLAVE, &newval, in bond_changelink()
226 err = __bond_opt_set(bond, BOND_OPT_MIIMON, &newval, in bond_changelink()
235 err = __bond_opt_set(bond, BOND_OPT_UPDELAY, &newval, in bond_changelink()
244 err = __bond_opt_set(bond, BOND_OPT_DOWNDELAY, &newval, in bond_changelink()
253 err = __bond_opt_set(bond, BOND_OPT_PEER_NOTIF_DELAY, &newval, in bond_changelink()
262 err = __bond_opt_set(bond, BOND_OPT_USE_CARRIER, &newval, in bond_changelink()
277 err = __bond_opt_set(bon in bond_changelink()
[all...]
H A Dbond_options.c734 * __bond_opt_set - set a bonding option
746 int __bond_opt_set(struct bonding *bond, in __bond_opt_set() function
792 ret = __bond_opt_set(bond, option, val, NULL, NULL); in __bond_opt_set_notify()
801 * bond_opt_tryset_rtnl - try to acquire rtnl and call __bond_opt_set
807 * calls __bond_opt_set. It is mainly used for sysfs option manipulation.
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_netlink.c150 err = __bond_opt_set(bond, BOND_OPT_QUEUE_ID, &newval); in bond_slave_changelink()
174 err = __bond_opt_set(bond, BOND_OPT_MODE, &newval); in bond_changelink()
191 err = __bond_opt_set(bond, BOND_OPT_ACTIVE_SLAVE, &newval); in bond_changelink()
199 err = __bond_opt_set(bond, BOND_OPT_MIIMON, &newval); in bond_changelink()
207 err = __bond_opt_set(bond, BOND_OPT_UPDELAY, &newval); in bond_changelink()
215 err = __bond_opt_set(bond, BOND_OPT_DOWNDELAY, &newval); in bond_changelink()
223 err = __bond_opt_set(bond, BOND_OPT_PEER_NOTIF_DELAY, &newval); in bond_changelink()
231 err = __bond_opt_set(bond, BOND_OPT_USE_CARRIER, &newval); in bond_changelink()
244 err = __bond_opt_set(bond, BOND_OPT_ARP_INTERVAL, &newval); in bond_changelink()
262 err = __bond_opt_set(bon in bond_changelink()
[all...]
H A Dbond_options.c648 * __bond_opt_set - set a bonding option
657 int __bond_opt_set(struct bonding *bond, in __bond_opt_set() function
702 ret = __bond_opt_set(bond, option, val); in __bond_opt_set_notify()
711 * bond_opt_tryset_rtnl - try to acquire rtnl and call __bond_opt_set
717 * calls __bond_opt_set. It is mainly used for sysfs option manipulation.
/kernel/linux/linux-5.10/include/net/
H A Dbond_options.h102 int __bond_opt_set(struct bonding *bond, unsigned int option,
/kernel/linux/linux-6.6/include/net/
H A Dbond_options.h121 int __bond_opt_set(struct bonding *bond, unsigned int option,

Completed in 6 milliseconds