Deleted Added
full compact
56c56
< __FBSDID("$FreeBSD: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c 270856 2014-08-30 19:55:54Z glebius $");
---
> __FBSDID("$FreeBSD: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c 271849 2014-09-19 03:51:26Z glebius $");
503c503
< ifp->if_opackets++;
---
> if_inc_counter(ifp, IFCOUNTER_OPACKETS, 1);
705c705
< ifp->if_ipackets++;
---
> if_inc_counter(ifp, IFCOUNTER_IPACKETS, 1);
991c991
< ifp->if_oerrors++;
---
> if_inc_counter(ifp, IFCOUNTER_OERRORS, 1);