| Home | Sort by: relevance | last modified time | path |
| /src/external/bsd/libpcap/dist/ | |
| pcap-dos.h | 182 DWORD tx_errors; /* packet transmit problems */ member in struct:net_device_stats 196 /* detailed tx_errors */ |
| pcap-dos.c | 1158 stats->tx_errors++; |
| /src/external/bsd/libpcap/dist/pcap/ | |
| pcap.h | 327 u_long tx_errors; /* packet transmit problems */ member in struct:pcap_stat_ex 341 /* detailed tx_errors */ |
| /src/sys/dev/pci/ | |
| if_ixlvar.h | 1084 uint64_t tx_errors; member in struct:i40e_eth_stats |
| if_aq.c | 804 uint32_t tx_errors; member in struct:aq2_statistics_a0 828 uint64_t tx_errors; member in struct:aq2_statistics_b0 3652 stats->erpt = aq2stat.a0.tx_errors; 3671 stats->erpt = aq2stat.b0.tx_errors; |
| if_iavf.c | 4490 isc->isc_tx_errors.ev_count = st->tx_errors; |