Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf_norm.c313 u_int32_t expire = pf_time_second() - in pf_purge_expired_fragments()
465 frag->fr_timeout = pf_time_second(); in pf_find_fragment_by_key()
601 (*frag)->fr_timeout = pf_time_second(); in pf_reassemble()
843 (*frag)->fr_timeout = pf_time_second(); in pf_fragcache()
1232 (*frag)->fr_timeout = pf_time_second(); in pf_reassemble6()
1545 (*frag)->fr_timeout = pf_time_second(); in pf_frag6cache()
2992 pf_time_second() - state->creation > TS_MAX_CONN)) { in pf_normalize_tcp_stateful()
H A Dpf.c1228 threshold->last = pf_time_second(); in pf_init_threshold()
1234 u_int32_t t = pf_time_second(), diff = t - threshold->last; in pf_add_threshold()
1406 (*sn)->creation = pf_time_second(); in pf_insert_src_node()
1641 return pf_time_second(); in pf_state_expires()
1664 return pf_time_second(); in pf_state_expires()
1680 if (cur->states <= 0 && cur->expire <= pf_time_second()) { in pf_purge_expired_src_nodes()
1714 s->src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1724 s->nat_src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1825 } else if (pf_state_expires(cur) <= pf_time_second()) { in pf_purge_expired_states()
5941 s->creation = pf_time_second(); in pf_test_rule()
[all …]
H A Dpf_ioctl.c1264 uint64_t secs = pf_time_second(); in pf_state_export()
1353 s->creation = pf_time_second(); in pf_state_import()
1354 s->expire = pf_time_second(); in pf_state_import()
1435 pf_status.stateid = pf_time_second(); in pf_start()
4424 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);