Home
last modified time | relevance | path

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

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