Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dpf_norm.c312 u_int32_t expire = pf_time_second() - in pf_purge_expired_fragments()
464 frag->fr_timeout = pf_time_second(); in pf_find_fragment_by_key()
600 (*frag)->fr_timeout = pf_time_second(); in pf_reassemble()
841 (*frag)->fr_timeout = pf_time_second(); in pf_fragcache()
1228 (*frag)->fr_timeout = pf_time_second(); in pf_reassemble6()
1540 (*frag)->fr_timeout = pf_time_second(); in pf_frag6cache()
2989 pf_time_second() - state->creation > TS_MAX_CONN)) { in pf_normalize_tcp_stateful()
H A Dpf.c1225 threshold->last = pf_time_second(); in pf_init_threshold()
1231 u_int32_t t = pf_time_second(), diff = t - threshold->last; in pf_add_threshold()
1403 (*sn)->creation = pf_time_second(); in pf_insert_src_node()
1638 return pf_time_second(); in pf_state_expires()
1661 return pf_time_second(); in pf_state_expires()
1677 if (cur->states <= 0 && cur->expire <= pf_time_second()) { in pf_purge_expired_src_nodes()
1711 s->src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1721 s->nat_src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1822 } else if (pf_state_expires(cur) <= pf_time_second()) { in pf_purge_expired_states()
5938 s->creation = pf_time_second(); in pf_test_rule()
[all …]
H A Dpf_ioctl.c1263 uint64_t secs = pf_time_second(); in pf_state_export()
1352 s->creation = pf_time_second(); in pf_state_import()
1353 s->expire = pf_time_second(); in pf_state_import()
1434 pf_status.stateid = pf_time_second(); in pf_start()
4423 uint64_t secs = pf_time_second(), diff; in pfioctl_ioc_src_nodes()
H A Dpfvar.h137 __private_extern__ u_int64_t pf_time_second(void);