Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h59 uint8_t soflow_feat_gc: 1; member
H A Dsocket_flows.c1386 if (entry->soflow_gc || entry->soflow_feat_gc) { in soflow_gc_cleanup()
1392 entry->soflow_feat_gc = 0; in soflow_gc_cleanup()
1439 …hash_entry->soflow_feat_gc = (soflow_feat_gc_needed_func_ptr != NULL && soflow_feat_gc_needed_func… in soflow_gc_expire()
1441 if (hash_entry->soflow_gc || hash_entry->soflow_feat_gc) { in soflow_gc_expire()