Home
last modified time | relevance | path

Searched refs:soflow_gc (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.h58 uint8_t soflow_gc: 1; member
H A Dsocket_flows.c1425 if (entry->soflow_gc || entry->soflow_feat_gc) { in soflow_gc_cleanup()
1433 if (entry->soflow_gc) { in soflow_gc_cleanup()
1435 entry->soflow_gc = 0; in soflow_gc_cleanup()
1477 hash_entry->soflow_gc = soflow_gc_idle_timed_out(hash_entry, SOFLOW_GC_IDLE_TO, current_time); in soflow_gc_expire()
1480 if (hash_entry->soflow_gc || hash_entry->soflow_feat_gc) { in soflow_gc_expire()