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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.h94 uint64_t get_nvvt_int(kstat2_map_t, char *);
H A Dnetdev-solaris.c1460 stats->rx_packets = get_nvvt_int(map, "ipackets64");
1461 stats->tx_packets = get_nvvt_int(map, "opackets64");
1462 stats->rx_bytes = get_nvvt_int(map, "rbytes");
1463 stats->tx_bytes = get_nvvt_int(map, "obytes");
1464 stats->rx_errors = get_nvvt_int(map, "ierrors");
1465 stats->tx_errors = get_nvvt_int(map, "oerrors");
1467 stats->tx_packets = get_nvvt_int(map, "ipackets64");
1468 stats->rx_packets = get_nvvt_int(map, "opackets64");
1469 stats->tx_bytes = get_nvvt_int(map, "rbytes");
1470 stats->rx_bytes = get_nvvt_int(ma
[all...]
H A Ddpif-solaris.c461 stats->n_hit += (get_nvvt_int(map, "ipkthit") +
462 get_nvvt_int(map, "opkthit"));
463 stats->n_missed += (get_nvvt_int(map, "ipktmiss") +
464 get_nvvt_int(map, "opktmiss"));
481 stats->n_flows += get_nvvt_int(map, "nflows");
H A Dutil-solaris.c3577 get_nvvt_int(kstat2_map_t map, char *name) function

Completed in 177 milliseconds