Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dsocket_flows.h105 typedef bool (*soflow_feat_gc_perform_func)(struct socket *so, struct soflow_hash_entry *hash_entry… typedef
113 void soflow_feat_set_functions(soflow_feat_gc_needed_func, soflow_feat_gc_perform_func,
H A Dsocket_flows.c173 static soflow_feat_gc_perform_func soflow_feat_gc_perform_func_ptr = NULL;
1487 soflow_feat_gc_perform_func gc_perform_fn, in soflow_feat_set_functions()