Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c1191 threshold->last = pf_time_second(); in pf_init_threshold()
1197 u_int32_t t = pf_time_second(), diff = t - threshold->last; in pf_add_threshold()
1368 (*sn)->creation = pf_time_second(); in pf_insert_src_node()
1579 return pf_time_second(); in pf_state_expires()
1602 return pf_time_second(); in pf_state_expires()
1618 if (cur->states <= 0 && cur->expire <= pf_time_second()) { in pf_purge_expired_src_nodes()
1652 s->src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1662 s->nat_src_node->expire = pf_time_second() + t; in pf_src_tree_remove_state()
1763 } else if (pf_state_expires(cur) <= pf_time_second()) { in pf_purge_expired_states()
5820 s->creation = pf_time_second(); in pf_test_rule()
[all …]
H A Dpf_ioctl.c1181 uint64_t secs = pf_time_second(); in pf_state_export()
1269 s->creation = pf_time_second(); in pf_state_import()
1270 s->expire = pf_time_second(); in pf_state_import()
1354 pf_status.stateid = pf_time_second(); in pf_start()
4342 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);