Home
last modified time | relevance | path

Searched refs:expires_at (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sctp/
Dchunk.c57 msg->expires_at = 0; in sctp_datamsg_init()
187 msg->expires_at = jiffies + in sctp_datamsg_from_user()
192 msg, msg->expires_at, jiffies); in sctp_datamsg_from_user()
354 if (time_after(jiffies, msg->expires_at)) in sctp_chunk_abandoned()
/linux-4.4.14/net/appletalk/
Daarp.c68 unsigned long expires_at; member
264 if (time_after(jiffies, (*n)->expires_at)) { in __aarp_expire_timer()
426 a->expires_at = jiffies - 1; in aarp_proxy_remove()
510 entry->expires_at = -1; in aarp_proxy_probe_network()
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()
707 a->expires_at = jiffies + in __aarp_resolved()
846 a->expires_at = jiffies - 1; in aarp_rcv()
1020 dt2str((long)entry->expires_at - (long)now)); in aarp_seq_show()
/linux-4.4.14/include/net/sctp/
Dstructs.h528 unsigned long expires_at; member