Searched refs:num_peer_notif (Results 1 – 5 of 5) sorted by relevance
451 int num_peer_notif = in bond_changelink() local454 bond_opt_initval(&newval, num_peer_notif); in bond_changelink()793 bond->params.num_peer_notif)) in bond_fill_info()
102 static int num_peer_notif = 1; variable129 module_param_named(num_grat_arp, num_peer_notif, int, 0644);132 module_param_named(num_unsol_na, num_peer_notif, int, 0644);1214 bond->params.num_peer_notif * in bond_peer_notify_reset()6182 if (num_peer_notif < 0 || num_peer_notif > 255) { in bond_check_params()6184 num_peer_notif); in bond_check_params()6185 num_peer_notif = 1; in bond_check_params()6418 params->num_peer_notif = num_peer_notif; in bond_check_params()
414 return sysfs_emit(buf, "%d\n", bond->params.num_peer_notif); in bonding_show_num_peer_notif()
1600 bond->params.num_peer_notif = newval->value; in bond_option_num_peer_notif_set()
121 u8 num_peer_notif; member