Home
last modified time | relevance | path

Searched refs:num_peer_notif (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/bonding/
H A Dbond_netlink.c423 int num_peer_notif = in bond_changelink() local
426 bond_opt_initval(&newval, num_peer_notif); in bond_changelink()
752 bond->params.num_peer_notif)) in bond_fill_info()
H A Dbond_main.c104 static int num_peer_notif = 1; variable
131 module_param_named(num_grat_arp, num_peer_notif, int, 0644);
134 module_param_named(num_unsol_na, num_peer_notif, int, 0644);
1344 bond->params.num_peer_notif * in bond_change_active_slave()
6193 if (num_peer_notif < 0 || num_peer_notif > 255) { in bond_check_params()
6195 num_peer_notif); in bond_check_params()
6196 num_peer_notif = 1; in bond_check_params()
6429 params->num_peer_notif = num_peer_notif; in bond_check_params()
H A Dbond_sysfs.c414 return sysfs_emit(buf, "%d\n", bond->params.num_peer_notif); in bonding_show_num_peer_notif()
H A Dbond_options.c1569 bond->params.num_peer_notif = newval->value; in bond_option_num_peer_notif_set()
/linux-6.15/include/net/
H A Dbonding.h122 u8 num_peer_notif; member