Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_netlink.c320 int num_peer_notif = in bond_changelink() local
323 bond_opt_initval(&newval, num_peer_notif); in bond_changelink()
523 bond->params.num_peer_notif)) in bond_fill_info()
Dbond_main.c93 static int num_peer_notif = 1; variable
120 module_param_named(num_grat_arp, num_peer_notif, int, 0644);
123 module_param_named(num_unsol_na, num_peer_notif, int, 0644);
864 bond->params.num_peer_notif; in bond_change_active_slave()
4277 if (num_peer_notif < 0 || num_peer_notif > 255) { in bond_check_params()
4279 num_peer_notif); in bond_check_params()
4280 num_peer_notif = 1; in bond_check_params()
4488 params->num_peer_notif = num_peer_notif; in bond_check_params()
Dbond_sysfs.c389 return sprintf(buf, "%d\n", bond->params.num_peer_notif); in bonding_show_num_peer_notif()
Dbond_options.c1152 bond->params.num_peer_notif = newval->value; in bond_option_num_peer_notif_set()
/linux-4.1.27/include/net/
Dbonding.h118 u8 num_peer_notif; member