Searched refs:soflow_feat_ctxt (Results 1 – 3 of 3) sorted by relevance
455 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()
70 void *soflow_feat_ctxt; member
5997 …(uint64_t)VM_KERNEL_ADDRPERM(so), entry->soflow_feat_ctxt, entry, sockId, sockId, entry->soflow_fe… in cfil_hash_entry_log()6145 if (hash_entry->soflow_feat_ctxt != NULL && hash_entry->soflow_feat_ctxt_id != 0) { in cfil_sock_udp_get_info()6147 cfil_info = (struct cfil_info *) hash_entry->soflow_feat_ctxt; in cfil_sock_udp_get_info()6199 hash_entry->soflow_feat_ctxt = cfil_info; in cfil_sock_udp_get_info()6318 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_filters_udp_attached_per_flow()6322 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_filters_udp_attached_per_flow()6434 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_data_pending_per_flow()6438 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_data_pending_per_flow()6500 if (hash_entry->soflow_feat_ctxt == NULL || context == NULL) { in cfil_sock_udp_notify_shutdown_per_flow()6504 cfil_info = hash_entry->soflow_feat_ctxt; in cfil_sock_udp_notify_shutdown_per_flow()[all …]