Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif.c179 static int if_cloners_count; variable
736 if_cloners_count++; in if_clone_attach()
766 if_cloners_count--; in if_clone_detach()
779 *ret_total = if_cloners_count; in if_clone_list()
789 count = (if_cloners_count < count) ? if_cloners_count : count; in if_clone_list()