Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.c464 if (hash_entry->soflow_feat_ctxt != NULL && soflow_feat_detach_entry_func_ptr != NULL) { in soflow_db_remove_entry()
466 hash_entry->soflow_feat_ctxt = NULL; in soflow_db_remove_entry()
642 if (nextentry->soflow_feat_ctxt != NULL && in soflow_db_lookup_by_feature_context_id()
677 …db->soflow_db_only_entry->soflow_feat_ctxt != NULL && db->soflow_db_only_entry->soflow_feat_ctxt_i… in soflow_db_get_feature_context()
679 context = db->soflow_db_only_entry->soflow_feat_ctxt; in soflow_db_get_feature_context()
684 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt : NULL, in soflow_db_get_feature_context()
689 context = hash_entry != NULL ? hash_entry->soflow_feat_ctxt : NULL; in soflow_db_get_feature_context()
719 if (hash_entry != NULL && hash_entry->soflow_feat_ctxt != NULL) { in soflow_db_get_feature_context_id()
1426 if (entry->soflow_feat_ctxt != NULL && soflow_feat_gc_perform_func_ptr != NULL) { in soflow_gc_cleanup()
1428 entry->soflow_feat_ctxt = NULL; in soflow_gc_cleanup()
H A Dsocket_flows.h70 void *soflow_feat_ctxt; member
/xnu-12377.81.4/bsd/net/
H A Dcontent_filter.c6300 if (hash_entry->soflow_feat_ctxt != NULL && hash_entry->soflow_feat_ctxt_id != 0) { in cfil_sock_udp_get_info()
6302 cfil_info = (struct cfil_info *) hash_entry->soflow_feat_ctxt; in cfil_sock_udp_get_info()
6359 hash_entry->soflow_feat_ctxt = cfil_info; in cfil_sock_udp_get_info()
6478 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_filters_udp_attached_per_flow()
6482 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_filters_udp_attached_per_flow()
6594 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_data_pending_per_flow()
6598 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_data_pending_per_flow()
6660 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_notify_shutdown_per_flow()
6664 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_notify_shutdown_per_flow()
6820 if (hash_entry->soflow_feat_ctxt == NULL) { in cfil_sock_udp_is_closed_per_flow()
[all …]