Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/bonding/
A Dbond_netlink.c416 int num_peer_notif = in bond_changelink() local
419 bond_opt_initval(&newval, num_peer_notif); in bond_changelink()
732 bond->params.num_peer_notif)) in bond_fill_info()
A Dbond_main.c101 static int num_peer_notif = 1; variable
128 module_param_named(num_grat_arp, num_peer_notif, int, 0644);
131 module_param_named(num_unsol_na, num_peer_notif, int, 0644);
1229 bond->params.num_peer_notif * in bond_change_active_slave()
5981 if (num_peer_notif < 0 || num_peer_notif > 255) { in bond_check_params()
5983 num_peer_notif); in bond_check_params()
5984 num_peer_notif = 1; in bond_check_params()
6217 params->num_peer_notif = num_peer_notif; in bond_check_params()
A Dbond_sysfs.c415 return sysfs_emit(buf, "%d\n", bond->params.num_peer_notif); in bonding_show_num_peer_notif()
A Dbond_options.c1423 bond->params.num_peer_notif = newval->value; in bond_option_num_peer_notif_set()
/linux-6.3-rc2/include/net/
A Dbonding.h124 u8 num_peer_notif; member

Completed in 24 milliseconds