Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dsocket_flows.c455 if (hash_entry->soflow_feat_ctxt != NULL && soflow_feat_detach_entry_func_ptr != NULL) { in soflow_db_remove_entry()
457 hash_entry->soflow_feat_ctxt = NULL; in soflow_db_remove_entry()
633 if (nextentry->soflow_feat_ctxt != NULL && in soflow_db_lookup_by_feature_context_id()
668 …db->soflow_db_only_entry->soflow_feat_ctxt != NULL && db->soflow_db_only_entry->soflow_feat_ctxt_i… in soflow_db_get_feature_context()
670 context = db->soflow_db_only_entry->soflow_feat_ctxt; in soflow_db_get_feature_context()
675 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt : NULL, in soflow_db_get_feature_context()
680 context = hash_entry != NULL ? hash_entry->soflow_feat_ctxt : NULL; in soflow_db_get_feature_context()
710 if (hash_entry != NULL && hash_entry->soflow_feat_ctxt != NULL) { in soflow_db_get_feature_context_id()
1386 if (entry->soflow_feat_ctxt != NULL && soflow_feat_gc_perform_func_ptr != NULL) { in soflow_gc_cleanup()
1388 entry->soflow_feat_ctxt = NULL; in soflow_gc_cleanup()
H A Dsocket_flows.h70 void *soflow_feat_ctxt; member
/xnu-8796.141.3/bsd/net/
H A Dcontent_filter.c5820 …(uint64_t)VM_KERNEL_ADDRPERM(so), entry->soflow_feat_ctxt, entry, sockId, entry->soflow_feat_ctxt_… in cfil_hash_entry_log()
5968 if (hash_entry->soflow_feat_ctxt != NULL && hash_entry->soflow_feat_ctxt_id != 0) { in cfil_sock_udp_get_info()
5970 cfil_info = (struct cfil_info *) hash_entry->soflow_feat_ctxt; in cfil_sock_udp_get_info()
6022 hash_entry->soflow_feat_ctxt = cfil_info; in cfil_sock_udp_get_info()
6141 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_filters_udp_attached_per_flow()
6145 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_filters_udp_attached_per_flow()
6257 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_data_pending_per_flow()
6261 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_data_pending_per_flow()
6323 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_notify_shutdown_per_flow()
6327 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_notify_shutdown_per_flow()
[all …]