Lines Matching refs:timenow

1309 	struct timeval timenow;
1311 getmicrotime(&timenow);
1316 if (!FORCE && last_remove == timenow.tv_sec)
1318 last_remove = timenow.tv_sec;
1350 !TIME_LEQ( q->expire, timenow.tv_sec ))
1387 struct timeval timenow;
1389 getmicrotime(&timenow);
1397 if (TIME_LEQ( q->expire, timenow.tv_sec)) { /* expire entry */
1447 q->expire = timenow.tv_sec + dyn_syn_lifetime;
1470 q->expire = timenow.tv_sec + dyn_ack_lifetime;
1476 q->expire = timenow.tv_sec + dyn_fin_lifetime;
1490 q->expire = timenow.tv_sec + dyn_rst_lifetime;
1494 q->expire = timenow.tv_sec + dyn_udp_lifetime;
1497 q->expire = timenow.tv_sec + dyn_short_lifetime;
1547 struct timeval timenow;
1549 getmicrotime(&timenow);
1578 r->expire = timenow.tv_sec + dyn_syn_lifetime;
1605 struct timeval timenow;
1607 getmicrotime(&timenow);
1619 q->expire = timenow.tv_sec + dyn_short_lifetime;
1638 struct timeval timenow;
1641 getmicrotime(&timenow);
1651 if (last_log != timenow.tv_sec) {
1652 last_log = timenow.tv_sec;
1665 if (last_log != timenow.tv_sec) {
1666 last_log = timenow.tv_sec;
1709 if (fw_verbose && last_log != timenow.tv_sec) {
1710 last_log = timenow.tv_sec;
1994 struct timeval timenow;
2011 getmicrotime(&timenow);
2630 f->timestamp = timenow.tv_sec;
2696 f->timestamp = timenow.tv_sec;
3404 struct timeval timenow;
3406 getmicrotime(&timenow);
3523 TIME_LEQ(p->expire, timenow.tv_sec) ?
3524 0 : p->expire - timenow.tv_sec;
3549 TIME_LEQ(p->expire, timenow.tv_sec) ?
3550 0 : p->expire - timenow.tv_sec;
3890 struct timeval timenow;
3895 getmicrotime(&timenow);
3915 if (TIME_LEQ( timenow.tv_sec+dyn_keepalive_interval,
3918 if (TIME_LEQ(q->expire, timenow.tv_sec))