Lines Matching refs:jiffies
148 a->last_sent = jiffies; in __aarp_send_query()
258 if (time_after(jiffies, (*n)->expires_at)) { in __aarp_expire_timer()
321 mod_timer(&aarp_timer, jiffies + in aarp_expire_timeout()
420 a->expires_at = jiffies - 1; in aarp_proxy_remove()
529 entry->expires_at = jiffies - 1; /* free the entry */ in aarp_proxy_probe_network()
616 a->expires_at = jiffies + (sysctl_aarp_expiry_time * 10); in aarp_send_ddp()
639 a->expires_at = jiffies + sysctl_aarp_resolve_time; in aarp_send_ddp()
656 mod_timer(&aarp_timer, jiffies + sysctl_aarp_tick_time); in aarp_send_ddp()
701 a->expires_at = jiffies + in __aarp_resolved()
792 jiffies + sysctl_aarp_expiry_time); in aarp_rcv()
840 a->expires_at = jiffies - 1; in aarp_rcv()
841 mod_timer(&aarp_timer, jiffies + in aarp_rcv()
886 aarp_timer.expires = jiffies + sysctl_aarp_expiry_time; in aarp_proto_init()
1005 unsigned long now = jiffies; in aarp_seq_show()