Lines Matching refs:update
1203 void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *)
1207 update = neigh->dev->header_ops->cache_update;
1209 if (update) {
1213 update(hh, neigh->dev, neigh->ha);
1221 /* Generic update routine.
2303 /* update reachable_time as well, otherwise, the change will
3551 /* update reachable_time as well, otherwise, the change will
3686 /* Those handlers will update p->reachable_time after
3688 * applied after the next neighbour update instead of waiting for
3689 * neigh_periodic_work to update its value (can be multiple minutes)