Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dsocket_flows.h102 typedef bool (*soflow_feat_gc_needed_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.c172 static soflow_feat_gc_needed_func soflow_feat_gc_needed_func_ptr = NULL;
1486 soflow_feat_set_functions(soflow_feat_gc_needed_func gc_needed_fn, in soflow_feat_set_functions()