Searched refs:pf_time_second (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c309 u_int32_t expire = pf_time_second() -
453 frag->fr_timeout = pf_time_second();
536 (*frag)->fr_timeout = pf_time_second();
735 (*frag)->fr_timeout = pf_time_second();
1040 (*frag)->fr_timeout = pf_time_second();
1263 (*frag)->fr_timeout = pf_time_second();
2469 pf_time_second() - state->creation > TS_MAX_CONN)) {
H A Dpf.c1179 threshold->last = pf_time_second();
1185 u_int32_t t = pf_time_second(), diff = t - threshold->last;
1351 (*sn)->creation = pf_time_second();
1549 return (pf_time_second());
1571 return (pf_time_second());
1586 if (cur->states <= 0 && cur->expire <= pf_time_second()) {
1618 s->src_node->expire = pf_time_second() + t;
1627 s->nat_src_node->expire = pf_time_second() + t;
1718 } else if (pf_state_expires(cur) <= pf_time_second()) {
4882 s->creation = pf_time_second();
9269 pf_time_second(void) function
[all...]
H A Dpf_ioctl.c1402 uint64_t secs = pf_time_second();
1482 s->creation = pf_time_second();
1483 s->expire = pf_time_second();
1563 pf_status.stateid = pf_time_second();
4556 uint64_t secs = pf_time_second(), diff;
H A Dpfvar.h125 __private_extern__ u_int64_t pf_time_second(void);

Completed in 98 milliseconds