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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c70 #define FS_OFF(f) (offsetof(flow_stats_t, f)) macro
72 {"rbytes", FS_OFF(fs_ibytes)},
73 {"ipackets", FS_OFF(fs_ipackets)},
74 {"ierrors", FS_OFF(fs_ierrors)},
75 {"obytes", FS_OFF(fs_obytes)},
76 {"opackets", FS_OFF(fs_opackets)},
77 {"oerrors", FS_OFF(fs_oerrors)}

Completed in 61 milliseconds