Searched defs:sf_stats (Results 1 – 2 of 2) sorted by relevance
939 struct sf_stats { struct940 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 …]
115 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats() function