Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h88 os_refcnt_t soflow_db_ref_count; member
H A Dsocket_flows.c150 if (db && (os_ref_release(&db->soflow_db_ref_count) == 0)) { \
408 os_ref_init(&db->soflow_db_ref_count, &soflow_refgrp); in soflow_db_init()
659 if (os_ref_retain_try(&db->soflow_db_ref_count) == false) { in soflow_db_get_feature_context()
699 if (os_ref_retain_try(&db->soflow_db_ref_count) == false) { in soflow_db_get_feature_context_id()
762 if (os_ref_retain_try(&db->soflow_db_ref_count) == false) { in soflow_db_add_entry()
1151 if (os_ref_retain_try(&so->so_flow_db->soflow_db_ref_count) == false) { in soflow_get_flow()
1379 if (os_ref_retain_try(&db->soflow_db_ref_count) == false) { in soflow_gc_cleanup()
1513 if (os_ref_retain_try(&db->soflow_db_ref_count) == false) { in soflow_db_apply()