Home
last modified time | relevance | path

Searched refs:opackets (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe.h452 u64 opackets; member
475 #define IXGBE_SET_OPACKETS(sc, count) (sc)->opackets = (count)
H A Dif_ixv.c1191 return (sc->opackets); in ixv_if_get_counter()
H A Dif_ix.c1206 return (sc->opackets); in ixgbe_if_get_counter()
/freebsd-13.1/sys/dev/ixl/
H A Dixl.h279 #define IXL_SET_OPACKETS(vsi, count) (vsi)->opackets = (count)
470 u64 opackets; member
H A Dif_ixl.c1745 return (vsi->opackets); in ixl_if_get_counter()
/freebsd-13.1/usr.bin/netstat/
H A Dif.c426 show_stat("lu", 8, "sent-packets", IFA_STAT(opackets), in intpr()
543 st->ift_op += IFA_STAT(opackets); in fill_iftot()
/freebsd-13.1/share/doc/smm/18.net/
H A Dspell.ok235 opackets
/freebsd-13.1/sys/dev/mxge/
H A Dif_mxge_var.h205 u_long opackets; member
H A Dif_mxge.c2800 ss->opackets++; in mxge_tx_done()
3987 rv += sc->ss[s].opackets; in mxge_get_counter()
/freebsd-13.1/sys/dev/iavf/
H A Diavf_iflib.h270 u64 opackets; member
H A Diavf_lib.h212 #define IAVF_SET_OPACKETS(vsi, count) (vsi)->opackets = (count)
H A Dif_iavf_iflib.c1476 return (vsi->opackets); in iavf_if_get_counter()
/freebsd-13.1/sbin/routed/
H A Dif.c729 ifs0.int_data.opackets = ifm->ifm_data.ifi_opackets; in ifinit()
968 out = ifs.int_data.opackets - ifp->int_data.opackets; in ifinit()
H A Ddefs.h274 u_int opackets; member