Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsocket_flows.c170 static soflow_feat_gc_perform_func soflow_feat_gc_perform_func_ptr = NULL; variable
1405 if (entry->soflow_feat_ctxt != NULL && soflow_feat_gc_perform_func_ptr != NULL) { in soflow_gc_cleanup()
1406 soflow_feat_gc_perform_func_ptr(so, entry); in soflow_gc_cleanup()
1511 soflow_feat_gc_perform_func_ptr = gc_perform_fn; in soflow_feat_set_functions()