Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsocket_flows.c179 static soflow_feat_detach_entry_func soflow_feat_detach_entry_func_ptr = NULL; variable
454 if (hash_entry->soflow_feat_ctxt != NULL && soflow_feat_detach_entry_func_ptr != NULL) { in soflow_db_remove_entry()
455 soflow_feat_detach_entry_func_ptr(db->soflow_db_so, hash_entry); in soflow_db_remove_entry()
1512 soflow_feat_detach_entry_func_ptr = feat_detach_entry_fn; in soflow_feat_set_functions()