Searched refs:ucast_packets (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c3641 SYSCTL_ADD_UQUAD(ctx, txslist, OID_AUTO, "ucast_packets", CTLFLAG_RD,
3642 &txstats->ucast_packets, "Unicast packets");
3693 SYSCTL_ADD_UQUAD(ctx, rxslist, OID_AUTO, "ucast_packets", CTLFLAG_RD,
3694 &rxstats->ucast_packets, "Unicast packets");
H A Dif_vmxreg.h27 uint64_t ucast_packets; member in struct:UPT1_TxStats
40 uint64_t ucast_packets; member in struct:UPT1_RxStats

Completed in 119 milliseconds