Searched refs:_bond_option_delay_set (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 899 static int _bond_option_delay_set(struct bonding *bond, in _bond_option_delay_set() function 930 return _bond_option_delay_set(bond, newval, "up delay", in bond_option_updelay_set() 937 return _bond_option_delay_set(bond, newval, "down delay", in bond_option_downdelay_set() 944 int ret = _bond_option_delay_set(bond, newval, in bond_option_peer_notif_delay_set()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 997 static int _bond_option_delay_set(struct bonding *bond, in _bond_option_delay_set() function 1028 return _bond_option_delay_set(bond, newval, "up delay", in bond_option_updelay_set() 1035 return _bond_option_delay_set(bond, newval, "down delay", in bond_option_downdelay_set() 1042 int ret = _bond_option_delay_set(bond, newval, in bond_option_peer_notif_delay_set()
|
Completed in 5 milliseconds