Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ixgbe/
H A Dixgbe.h471 u64 opackets; member
500 #define IXGBE_SET_OPACKETS(sc, count) (sc)->opackets = (count)
H A Dif_ixv.c1180 return (adapter->opackets); in ixv_if_get_counter()
H A Dif_ix.c1195 return (adapter->opackets); in ixgbe_if_get_counter()
/freebsd-12.1/sys/dev/ixl/
H A Dixl.h269 #define IXL_SET_OPACKETS(vsi, count) (vsi)->opackets = (count)
454 u64 opackets; member
H A Dif_ixl.c1571 return (vsi->opackets); in ixl_if_get_counter()
H A Dif_iavf.c1452 return (vsi->opackets); in iavf_if_get_counter()
/freebsd-12.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-12.1/share/doc/smm/18.net/
H A Dspell.ok235 opackets
/freebsd-12.1/sys/dev/mxge/
H A Dif_mxge_var.h206 u_long opackets; member
H A Dif_mxge.c2849 ss->opackets++; in mxge_tx_done()
4049 rv += sc->ss[s].opackets; in mxge_get_counter()
/freebsd-12.1/sbin/routed/
H A Dif.c736 ifs0.int_data.opackets = ifm->ifm_data.ifi_opackets; in ifinit()
978 out = ifs.int_data.opackets - ifp->int_data.opackets; in ifinit()
H A Ddefs.h296 u_int opackets; member