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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.c524 struct utun_stats_param *utsp = (struct utun_stats_param *)data; local
526 if (utsp == NULL || len < sizeof(struct utun_stats_param)) {
535 ifnet_stat_increment_in(pcb->utun_ifp, utsp->utsp_packets,
536 utsp->utsp_bytes, utsp->utsp_errors);
538 ifnet_stat_increment_out(pcb->utun_ifp, utsp->utsp_packets,
539 utsp->utsp_bytes, utsp->utsp_errors);

Completed in 23 milliseconds