Searched refs:oerrors (Results 1 – 23 of 23) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | ip_fw_nat64.h | 38 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 D | ng_ubt.h | 82 u_int32_t oerrors; /* # of output errors */ member
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 456 u64 oerrors; member 479 #define IXGBE_SET_OERRORS(sc, count) (sc)->oerrors = (count)
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | 275 #define IXL_SET_OERRORS(vsi, count) (vsi)->oerrors = (count) 454 u64 oerrors; member
|
H A D | if_ixl.c | 1779 return (vsi->oerrors); in ixl_if_get_counter()
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt_var.h | 121 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.h | 37 uint64_t oerrors; /* number of output errors */ member
|
H A D | nat64_translate.c | 167 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 D | nat64stl_control.c | 403 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
|
H A D | nat64clat_control.c | 398 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
|
H A D | nat64lsn_control.c | 279 __COPY_STAT_FIELD(cfg, stats, oerrors); in export_stats()
|
/freebsd/share/doc/smm/18.net/ |
H A D | spell.ok | 229 oerrors
|
/freebsd/sys/dev/mxge/ |
H A D | if_mxge_var.h | 184 u_long oerrors; member
|
H A D | if_mxge.c | 1969 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 D | iavf_iflib.h | 267 u64 oerrors; member
|
H A D | iavf_vc_common.c | 670 vsi->oerrors = es->tx_errors; in iavf_update_stats_counters()
|
H A D | if_iavf_iflib.c | 1476 return (vsi->oerrors); in iavf_if_get_counter()
|
/freebsd/usr.bin/netstat/ |
H A D | if.c | 510 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 D | if.c | 725 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 D | defs.h | 268 u_int oerrors; member
|
/freebsd/sbin/ipfw/ |
H A D | nat64stl.c | 421 (uintmax_t)stats.oerrors); in nat64stl_stats()
|
H A D | nat64clat.c | 405 (uintmax_t)stats.oerrors); in nat64clat_stats()
|
H A D | nat64lsn.c | 733 (uintmax_t)stats.oerrors); in nat64lsn_stats()
|