Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dsocket_flows.c173 static soflow_feat_gc_perform_func soflow_feat_gc_perform_func_ptr = NULL; variable
1386 if (entry->soflow_feat_ctxt != NULL && soflow_feat_gc_perform_func_ptr != NULL) { in soflow_gc_cleanup()
1387 soflow_feat_gc_perform_func_ptr(so, entry); in soflow_gc_cleanup()
1492 soflow_feat_gc_perform_func_ptr = gc_perform_fn; in soflow_feat_set_functions()