Searched refs:peer_notif_delay (Results 1 – 4 of 4) sorted by relevance
537 .name = "peer_notif_delay",1036 if (bond->params.peer_notif_delay) in bond_option_miimon_set() 1037 netdev_dbg(bond->dev, "Note: Updating peer_notif_delay (to %d) since it is a multiple of the miimon value\n", in bond_option_miimon_set() 1038 bond->params.peer_notif_delay * bond->params.miimon); in bond_option_miimon_set() 1114 &bond->params.peer_notif_delay); in bond_option_peer_notif_delay_set()
733 READ_ONCE(bond->params.peer_notif_delay) * miimon)) in bond_fill_info()
1183 max(1, bond->params.peer_notif_delay) != 0 || in bond_should_notify_peers() 1219 max(1, bond->params.peer_notif_delay)); in bond_peer_notify_reset() 6435 params->peer_notif_delay = 0; in bond_check_params()
129 int peer_notif_delay; member