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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c145 static int if_cloners_count; variable
459 if_cloners_count++;
483 if_cloners_count--;
497 *total = if_cloners_count;
506 count = (if_cloners_count < count) ? if_cloners_count : count;

Completed in 10 milliseconds