Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.c453 if (hash_entry->soflow_feat_ctxt != NULL && soflow_feat_detach_entry_func_ptr != NULL) { in soflow_db_remove_entry()
455 hash_entry->soflow_feat_ctxt = NULL; in soflow_db_remove_entry()
631 if (nextentry->soflow_feat_ctxt != NULL && in soflow_db_lookup_by_feature_context_id()
666 …db->soflow_db_only_entry->soflow_feat_ctxt != NULL && db->soflow_db_only_entry->soflow_feat_ctxt_i… in soflow_db_get_feature_context()
668 context = db->soflow_db_only_entry->soflow_feat_ctxt; in soflow_db_get_feature_context()
673 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt : NULL, in soflow_db_get_feature_context()
678 context = hash_entry != NULL ? hash_entry->soflow_feat_ctxt : NULL; in soflow_db_get_feature_context()
708 if (hash_entry != NULL && hash_entry->soflow_feat_ctxt != NULL) { in soflow_db_get_feature_context_id()
1387 if (entry->soflow_feat_ctxt != NULL && soflow_feat_gc_perform_func_ptr != NULL) { in soflow_gc_cleanup()
1389 entry->soflow_feat_ctxt = NULL; in soflow_gc_cleanup()
H A Dsocket_flows.h70 void *soflow_feat_ctxt; member
/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c6073 …(uint64_t)VM_KERNEL_ADDRPERM(so), entry->soflow_feat_ctxt, entry, sockId, sockId, entry->soflow_fe… in cfil_hash_entry_log()
6254 if (hash_entry->soflow_feat_ctxt != NULL && hash_entry->soflow_feat_ctxt_id != 0) { in cfil_sock_udp_get_info()
6256 cfil_info = (struct cfil_info *) hash_entry->soflow_feat_ctxt; in cfil_sock_udp_get_info()
6308 hash_entry->soflow_feat_ctxt = cfil_info; in cfil_sock_udp_get_info()
6427 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_filters_udp_attached_per_flow()
6431 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_filters_udp_attached_per_flow()
6543 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_data_pending_per_flow()
6547 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_data_pending_per_flow()
6609 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_notify_shutdown_per_flow()
6613 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_notify_shutdown_per_flow()
[all …]