Home
last modified time | relevance | path

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

/xnu-8792.61.2/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()
2991 pf_time_second() - state->creation > TS_MAX_CONN)) { in pf_normalize_tcp_stateful()
H A Dpf.c1211 threshold->last = pf_time_second(); in pf_init_threshold()
1217 u_int32_t t = pf_time_second(), diff = t - threshold->last; in pf_add_threshold()
1389 (*sn)->creation = pf_time_second(); in pf_insert_src_node()
1600 return pf_time_second(); in pf_state_expires()
1623 return pf_time_second(); in pf_state_expires()
1639 if (cur->states <= 0 && cur->expire <= pf_time_second()) { in pf_purge_expired_src_nodes()
1673 s->src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1683 s->nat_src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1784 } else if (pf_state_expires(cur) <= pf_time_second()) { in pf_purge_expired_states()
5902 s->creation = pf_time_second(); in pf_test_rule()
[all …]
H A Dpf_ioctl.c1195 uint64_t secs = pf_time_second(); in pf_state_export()
1284 s->creation = pf_time_second(); in pf_state_import()
1285 s->expire = pf_time_second(); in pf_state_import()
1365 pf_status.stateid = pf_time_second(); in pf_start()
4373 uint64_t secs = pf_time_second(), diff; in pfioctl_ioc_src_nodes()
H A Dpfvar.h132 __private_extern__ u_int64_t pf_time_second(void);