Home
last modified time | relevance | path

Searched defs:sf_stats (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/netif/sf/
H A Dif_sfreg.h939 struct sf_stats { struct
940 u_int32_t sf_tx_frames;
941 u_int32_t sf_tx_single_colls;
942 u_int32_t sf_tx_multi_colls;
943 u_int32_t sf_tx_crcerrs;
944 u_int32_t sf_tx_bytes;
945 u_int32_t sf_tx_defered;
946 u_int32_t sf_tx_late_colls;
947 u_int32_t sf_tx_pause_frames;
948 u_int32_t sf_tx_control_frames;
[all …]
/dflybsd-src/contrib/libpcap/
H A Dsavefile.c115 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats() function