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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.h66 #define UTUN_OPT_INC_IFDATA_STATS_IN 4 /* set to increment stat counters (type struct utun_stats_param) */
67 #define UTUN_OPT_INC_IFDATA_STATS_OUT 5 /* set to increment stat counters (type struct utun_stats_param) */
95 struct utun_stats_param { struct
H A Dif_utun.c524 struct utun_stats_param *utsp = (struct utun_stats_param *)data;
526 if (utsp == NULL || len < sizeof(struct utun_stats_param)) {

Completed in 26 milliseconds