taglinefilesource code
last_updated120include/linux/if_arp.hunsigned long  last_updated;    /* For expiry */
last_updated125net/ipv4/arp.cunsigned long      last_updated;    /* For expiry       */
last_updated453net/ipv4/arp.carpreq.last_updated = entry->last_updated;
last_updated532net/ipv4/arp.centry->last_updated = retreq.last_updated;
last_updated622net/ipv4/arp.celse if (entry->last_updated
last_updated623net/ipv4/arp.c&& now - entry->last_updated > ARP_CONFIRM_INTERVAL
last_updated702net/ipv4/arp.cif (entry->last_updated && --entry->retries > 0)
last_updated731net/ipv4/arp.centry->last_updated = 0;
last_updated1200net/ipv4/arp.centry->last_updated = jiffies;
last_updated1248net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;
last_updated1426net/ipv4/arp.cif (entry->last_updated)
last_updated1477net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;
last_updated1715net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;
last_updated1982net/ipv4/arp.centry->last_updated = entry->last_used = jiffies;