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

/freebsd-11.0-release/sys/net/
H A Dif_clone.c111 #define V_if_cloners_count VNET(if_cloners_count) macro
370 V_if_cloners_count++;
441 V_if_cloners_count--;
489 buf_count = (V_if_cloners_count < ifcr->ifcr_count) ?
490 V_if_cloners_count : ifcr->ifcr_count;
497 ifcr->ifcr_total = V_if_cloners_count;
502 count = (V_if_cloners_count < buf_count) ?
503 V_if_cloners_count : buf_count;

Completed in 51 milliseconds