Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet6/
H A Dip_fw_nat64.h40 uint64_t oerrors; /* number of output errors */ member
53 uint64_t oerrors; /* number of output errors */ member
66 uint64_t oerrors; /* number of output errors */ member
/freebsd-13.1/sys/netgraph/bluetooth/include/
H A Dng_h4.h107 u_int32_t oerrors; /* # of output errors */ member
H A Dng_ubt.h83 u_int32_t oerrors; /* # of output errors */ member
/freebsd-13.1/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h82 #define NG_H4_STAT_OERROR(s) (s).oerrors ++
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe.h453 u64 oerrors; member
476 #define IXGBE_SET_OERRORS(sc, count) (sc)->oerrors = (count)
/freebsd-13.1/sys/dev/ixl/
H A Dixl.h280 #define IXL_SET_OERRORS(vsi, count) (vsi)->oerrors = (count)
471 u64 oerrors; member
H A Dif_ixl.c1747 return (vsi->oerrors); in ixl_if_get_counter()
/freebsd-13.1/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h122 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
/freebsd-13.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h39 uint64_t oerrors; /* number of output errors */ member
H A Dnat64_translate.c168 NAT64STAT_INC(stats, oerrors); in nat64_direct_output()
226 NAT64STAT_INC(stats, oerrors); in nat64_direct_output_one()
259 NAT64STAT_INC(stats, oerrors); in nat64_output()
H A Dnat64clat_control.c401 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
H A Dnat64stl_control.c406 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
H A Dnat64lsn_control.c275 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
/freebsd-13.1/usr.bin/netstat/
H A Dif.c428 show_stat("lu", 5, "send-errors", IFA_STAT(oerrors), link, 1); in intpr()
544 st->ift_oe += IFA_STAT(oerrors); in fill_iftot()
/freebsd-13.1/share/doc/smm/18.net/
H A Dspell.ok229 oerrors
/freebsd-13.1/sys/dev/mxge/
H A Dif_mxge_var.h208 u_long oerrors; member
H A Dif_mxge.c1984 ss->oerrors++; in mxge_encap_tso()
2192 ss->oerrors++; in mxge_encap()
3991 rv += sc->ss[s].oerrors; in mxge_get_counter()
/freebsd-13.1/sys/dev/iavf/
H A Diavf_iflib.h271 u64 oerrors; member
H A Diavf_lib.h213 #define IAVF_SET_OERRORS(vsi, count) (vsi)->oerrors = (count)
H A Dif_iavf_iflib.c1478 return (vsi->oerrors); in iavf_if_get_counter()
/freebsd-13.1/sbin/routed/
H A Dif.c730 ifs0.int_data.oerrors = ifm->ifm_data.ifi_oerrors; in ifinit()
969 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors; in ifinit()
H A Ddefs.h275 u_int oerrors; member
/freebsd-13.1/sbin/ipfw/
H A Dnat64stl.c424 (uintmax_t)stats.oerrors); in nat64stl_stats()
H A Dnat64clat.c408 (uintmax_t)stats.oerrors); in nat64clat_stats()
H A Dnat64lsn.c722 (uintmax_t)stats.oerrors); in nat64lsn_stats()