Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/ !
H A Dsocket_flows.h58 uint8_t soflow_gc: 1; member
H A Dsocket_flows.c1386 if (entry->soflow_gc || entry->soflow_feat_gc) { in soflow_gc_cleanup()
1394 if (entry->soflow_gc) { in soflow_gc_cleanup()
1396 entry->soflow_gc = 0; in soflow_gc_cleanup()
1438 hash_entry->soflow_gc = soflow_gc_idle_timed_out(hash_entry, SOFLOW_GC_IDLE_TO, current_time); in soflow_gc_expire()
1441 if (hash_entry->soflow_gc || hash_entry->soflow_feat_gc) { in soflow_gc_expire()