Home
last modified time | relevance | path

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

/freebsd-12.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-12.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
H A Dng_bt3c.h98 u_int32_t oerrors; /* # of output errors */ member
/freebsd-12.1/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h82 #define NG_H4_STAT_OERROR(s) (s).oerrors ++
/freebsd-12.1/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h90 #define NG_BT3C_STAT_OERROR(s) (s).oerrors ++
/freebsd-12.1/sys/dev/ixgbe/
H A Dixgbe.h472 u64 oerrors; member
501 #define IXGBE_SET_OERRORS(sc, count) (sc)->oerrors = (count)
/freebsd-12.1/sys/dev/ixl/
H A Dixl.h270 #define IXL_SET_OERRORS(vsi, count) (vsi)->oerrors = (count)
455 u64 oerrors; member
H A Dif_ixl.c1573 return (vsi->oerrors); in ixl_if_get_counter()
H A Dif_iavf.c1454 return (vsi->oerrors); in iavf_if_get_counter()
/freebsd-12.1/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h118 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h39 uint64_t oerrors; /* number of output errors */ member
H A Dnat64_translate.c140 NAT64STAT_INC(stats, oerrors); in nat64_direct_output()
195 NAT64STAT_INC(stats, oerrors); in nat64_direct_output_one()
228 NAT64STAT_INC(stats, oerrors); in nat64_output()
H A Dnat64stl_control.c407 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
H A Dnat64clat_control.c402 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
H A Dnat64lsn_control.c276 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
/freebsd-12.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-12.1/share/doc/smm/18.net/
H A Dspell.ok229 oerrors
/freebsd-12.1/sys/dev/mxge/
H A Dif_mxge_var.h209 u_long oerrors; member
H A Dif_mxge.c2028 ss->oerrors++; in mxge_encap_tso()
2237 ss->oerrors++; in mxge_encap()
4053 rv += sc->ss[s].oerrors; in mxge_get_counter()
/freebsd-12.1/sbin/routed/
H A Dif.c737 ifs0.int_data.oerrors = ifm->ifm_data.ifi_oerrors; in ifinit()
979 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors; in ifinit()
H A Ddefs.h297 u_int oerrors; member
/freebsd-12.1/sbin/ipfw/
H A Dnat64clat.c405 (uintmax_t)stats.oerrors); in nat64clat_stats()
H A Dnat64stl.c421 (uintmax_t)stats.oerrors); in nat64stl_stats()
H A Dnat64lsn.c719 (uintmax_t)stats.oerrors); in nat64lsn_stats()