tag | line | file | source code |
last_updated | 222 | net/ipv4/arp.c | unsigned long last_updated; /* For expiry */ |
last_updated | 624 | net/ipv4/arp.c | entry->last_updated); |
last_updated | 844 | net/ipv4/arp.c | if (entry->last_updated |
last_updated | 845 | net/ipv4/arp.c | && now - entry->last_updated > ARP_CONFIRM_INTERVAL |
last_updated | 920 | net/ipv4/arp.c | if ((entry->flags & ATF_COM) && entry->last_updated |
last_updated | 921 | net/ipv4/arp.c | && jiffies - entry->last_updated <= ARP_CONFIRM_INTERVAL) |
last_updated | 930 | net/ipv4/arp.c | if (entry->last_updated && --entry->retries > 0) |
last_updated | 976 | net/ipv4/arp.c | entry->last_updated = 0; |
last_updated | 988 | net/ipv4/arp.c | entry->last_updated = 0; |
last_updated | 1039 | net/ipv4/arp.c | entry->last_updated = entry->last_used = jiffies; |
last_updated | 1159 | net/ipv4/arp.c | entry->last_updated = jiffies; |
last_updated | 1207 | net/ipv4/arp.c | entry->last_updated = entry->last_used = jiffies; |
last_updated | 1399 | net/ipv4/arp.c | if (entry->last_updated) |
last_updated | 2050 | net/ipv4/arp.c | entry->last_updated = entry->last_used = jiffies; |