Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dsocket_flows.h35 os_refcnt_t soflow_ref_count; member
H A Dsocket_flows.c146 if (entry && (os_ref_release(&entry->soflow_ref_count) == 0)) { \
733 os_ref_init(&entry->soflow_ref_count, &soflow_refgrp); in soflow_db_add_entry()
1163 if (os_ref_retain_try(&hash_entry->soflow_ref_count) == false) { in soflow_get_flow()
1196 if (os_ref_retain_try(&hash_entry->soflow_ref_count) == false) { in soflow_get_flow()
1215 if (os_ref_retain_try(&hash_entry->soflow_ref_count) == false) { in soflow_get_flow()