Searched refs:num_peer_notif (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_netlink.c | 346 int num_peer_notif = in bond_changelink() local 349 bond_opt_initval(&newval, num_peer_notif); in bond_changelink() 605 bond->params.num_peer_notif)) in bond_fill_info()
|
H A D | bond_main.c | 95 static int num_peer_notif = 1; variable 122 module_param_named(num_grat_arp, num_peer_notif, int, 0644); 125 module_param_named(num_unsol_na, num_peer_notif, int, 0644); 1164 bond->params.num_peer_notif * in bond_change_active_slave() 5090 if (num_peer_notif < 0 || num_peer_notif > 255) { in bond_check_params() 5092 num_peer_notif); in bond_check_params() 5093 num_peer_notif = 1; in bond_check_params() 5326 params->num_peer_notif = num_peer_notif; in bond_check_params() [all...] |
H A D | bond_sysfs.c | 388 return sprintf(buf, "%d\n", bond->params.num_peer_notif); in bonding_show_num_peer_notif()
|
H A D | bond_options.c | 1238 bond->params.num_peer_notif = newval->value; in bond_option_num_peer_notif_set()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_netlink.c | 421 int num_peer_notif = in bond_changelink() local 424 bond_opt_initval(&newval, num_peer_notif); in bond_changelink() 737 bond->params.num_peer_notif)) in bond_fill_info()
|
H A D | bond_main.c | 103 static int num_peer_notif = 1; variable 130 module_param_named(num_grat_arp, num_peer_notif, int, 0644); 133 module_param_named(num_unsol_na, num_peer_notif, int, 0644); 1231 bond->params.num_peer_notif * in bond_change_active_slave() 6073 if (num_peer_notif < 0 || num_peer_notif > 255) { in bond_check_params() 6075 num_peer_notif); in bond_check_params() 6076 num_peer_notif = 1; in bond_check_params() 6309 params->num_peer_notif = num_peer_notif; in bond_check_params() [all...] |
H A D | bond_sysfs.c | 415 return sysfs_emit(buf, "%d\n", bond->params.num_peer_notif); in bonding_show_num_peer_notif()
|
H A D | bond_options.c | 1431 bond->params.num_peer_notif = newval->value; in bond_option_num_peer_notif_set()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 121 u8 num_peer_notif; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 122 u8 num_peer_notif; member
|
Completed in 24 milliseconds