Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h35 os_refcnt_t soflow_ref_count; member
H A Dsocket_flows.c145 if (entry && (os_ref_release(&entry->soflow_ref_count) == 0)) { \
731 os_ref_init(&entry->soflow_ref_count, &soflow_refgrp); in soflow_db_add_entry()
1164 if (os_ref_retain_try(&hash_entry->soflow_ref_count) == false) { in soflow_get_flow()
1197 if (os_ref_retain_try(&hash_entry->soflow_ref_count) == false) { in soflow_get_flow()
1216 if (os_ref_retain_try(&hash_entry->soflow_ref_count) == false) { in soflow_get_flow()