Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
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);
1284 bond->params.num_peer_notif * in bond_change_active_slave()
6084 if (num_peer_notif < 0 || num_peer_notif > 255) { in bond_check_params()
6086 num_peer_notif); in bond_check_params()
6087 num_peer_notif = 1; in bond_check_params()
6320 params->num_peer_notif = num_peer_notif; in bond_check_params()
H A Dbond_options.c1597 bond->params.num_peer_notif = newval->value; in bond_option_num_peer_notif_set()