Home
last modified time | relevance | path

Searched refs:oerrors (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/netinet6/
H A Dip_fw_nat64.h38 uint64_t oerrors; /* number of output errors */ member
51 uint64_t oerrors; /* number of output errors */ member
64 uint64_t oerrors; /* number of output errors */ member
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_ubt.h82 u_int32_t oerrors; /* # of output errors */ member
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h456 u64 oerrors; member
479 #define IXGBE_SET_OERRORS(sc, count) (sc)->oerrors = (count)
/freebsd/sys/dev/ixl/
H A Dixl.h275 #define IXL_SET_OERRORS(vsi, count) (vsi)->oerrors = (count)
454 u64 oerrors; member
H A Dif_ixl.c1779 return (vsi->oerrors); in ixl_if_get_counter()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h121 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h37 uint64_t oerrors; /* number of output errors */ member
H A Dnat64_translate.c167 NAT64STAT_INC(stats, oerrors); in nat64_direct_output()
225 NAT64STAT_INC(stats, oerrors); in nat64_direct_output_one()
258 NAT64STAT_INC(stats, oerrors); in nat64_output()
H A Dnat64stl_control.c403 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
H A Dnat64clat_control.c398 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
H A Dnat64lsn_control.c279 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
/freebsd/share/doc/smm/18.net/
H A Dspell.ok229 oerrors
/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h184 u_long oerrors; member
H A Dif_mxge.c1969 ss->oerrors++; in mxge_encap_tso()
2175 ss->oerrors++; in mxge_encap()
3863 rv += sc->ss[s].oerrors; in mxge_get_counter()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h267 u64 oerrors; member
H A Diavf_vc_common.c670 vsi->oerrors = es->tx_errors; in iavf_update_stats_counters()
H A Dif_iavf_iflib.c1476 return (vsi->oerrors); in iavf_if_get_counter()
/freebsd/usr.bin/netstat/
H A Dif.c510 show_stat("lu", nerr_len, "send-errors", IFA_STAT(oerrors), in intpr()
627 st->ift_oe += IFA_STAT(oerrors); in fill_iftot()
/freebsd/sbin/routed/
H A Dif.c725 ifs0.int_data.oerrors = ifm->ifm_data.ifi_oerrors; in ifinit()
964 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors; in ifinit()
H A Ddefs.h268 u_int oerrors; member
/freebsd/sbin/ipfw/
H A Dnat64stl.c421 (uintmax_t)stats.oerrors); in nat64stl_stats()
H A Dnat64clat.c405 (uintmax_t)stats.oerrors); in nat64clat_stats()
H A Dnat64lsn.c733 (uintmax_t)stats.oerrors); in nat64lsn_stats()