Lines Matching refs:jiffies
154 a->last_sent = jiffies; in __aarp_send_query()
264 if (time_after(jiffies, (*n)->expires_at)) { in __aarp_expire_timer()
327 mod_timer(&aarp_timer, jiffies + in aarp_expire_timeout()
426 a->expires_at = jiffies - 1; in aarp_proxy_remove()
535 entry->expires_at = jiffies - 1; /* free the entry */ in aarp_proxy_probe_network()
622 a->expires_at = jiffies + (sysctl_aarp_expiry_time * 10); in aarp_send_ddp()
645 a->expires_at = jiffies + sysctl_aarp_resolve_time; in aarp_send_ddp()
662 mod_timer(&aarp_timer, jiffies + sysctl_aarp_tick_time); in aarp_send_ddp()
707 a->expires_at = jiffies + in __aarp_resolved()
798 jiffies + sysctl_aarp_expiry_time); in aarp_rcv()
846 a->expires_at = jiffies - 1; in aarp_rcv()
847 mod_timer(&aarp_timer, jiffies + in aarp_rcv()
888 aarp_timer.expires = jiffies + sysctl_aarp_expiry_time; in aarp_proto_init()
1007 unsigned long now = jiffies; in aarp_seq_show()