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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c165 static int if_cloners_count; variable
619 if_cloners_count++;
645 if_cloners_count--;
659 *total = if_cloners_count;
668 count = (if_cloners_count < count) ? if_cloners_count : count;

Completed in 21 milliseconds