taglinefilesource code
last_updated119net/ipv4/arp.cunsigned long      last_updated;    /* For expiry       */
last_updated433net/ipv4/arp.celse if (entry->last_updated
last_updated434net/ipv4/arp.c&& now - entry->last_updated > ARP_CONFIRM_INTERVAL
last_updated513net/ipv4/arp.cif (entry->last_updated && --entry->retries > 0)
last_updated542net/ipv4/arp.centry->last_updated = 0;
last_updated1003net/ipv4/arp.centry->last_updated = jiffies;
last_updated1044net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;
last_updated1213net/ipv4/arp.cif (entry->last_updated)
last_updated1264net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;
last_updated1498net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;
last_updated1763net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;