Searched refs:ipackets (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/sys/dev/en/
H A Dmidwayvar.h139 uint32_t ipackets; member in struct:en_vcc
H A Dmidway.c1856 vc->ipackets++;
/freebsd-11.0-release/usr.bin/netstat/
H A Dif.c415 show_stat("lu", 8, "received-packets", IFA_STAT(ipackets),
537 st->ift_ip += IFA_STAT(ipackets);
/freebsd-11.0-release/sys/dev/mxge/
H A Dif_mxge_var.h204 u_long ipackets; member in struct:mxge_slice_state
H A Dif_mxge.c2700 ss->ipackets++;
2768 ss->ipackets++;
4044 rv += sc->ss[s].ipackets;
/freebsd-11.0-release/sys/dev/fatm/
H A Dif_fatmvar.h172 uint32_t ipackets; member in struct:card_vcc
H A Dif_fatm.c1569 vc->ipackets++;
2285 vc->ipackets = vc->opackets = 0;
/freebsd-11.0-release/sys/dev/ixl/
H A Dixl.h339 #define IXL_SET_IPACKETS(vsi, count) (vsi)->ipackets = (count)
549 u64 ipackets; member in struct:ixl_vsi
H A Dixl_txrx.c1816 return (vsi->ipackets);
/freebsd-11.0-release/sys/dev/patm/
H A Dif_patm_rx.c320 vcc->ipackets++;
519 vcc->ipackets++;
H A Dif_patmvar.h195 uint32_t ipackets; /* packets received */ member in struct:patm_vcc
H A Dif_patm_ioctl.c162 vcc->ibytes = vcc->ipackets = 0;
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe.h583 u64 ipackets; member in struct:adapter
626 #define IXGBE_SET_IPACKETS(sc, count) (sc)->ipackets = (count)
H A Dif_ix.c4170 return (adapter->ipackets);
/freebsd-11.0-release/sys/dev/hatm/
H A Dif_hatm_ioctl.c154 vcc->ibytes = vcc->ipackets = 0;
H A Dif_hatm_rx.c248 vcc->ipackets++;
H A Dif_hatmvar.h337 uint32_t ipackets; member in struct:hevcc
/freebsd-11.0-release/sbin/routed/
H A Dif.c732 ifs0.int_data.ipackets = ifm->ifm_data.ifi_ipackets;
974 in = ifs.int_data.ipackets - ifp->int_data.ipackets;
H A Ddefs.h292 u_int ipackets; /* previous network stats */ member in struct:interface::int_data
/freebsd-11.0-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c1091 if (status.cntrs.ipackets) printf("Rx packets:\t\t%ju\n", (uintmax_t)status.cntrs.ipackets);
/freebsd-11.0-release/sys/dev/lmc/
H A Dif_lmc.h727 u_int64_t ipackets; /* Rx packets with good status */
726 u_int64_t ipackets; /* Rx packets with good status */ member in struct:event_cntrs
H A Dif_lmc.c2604 sc->status.cntrs.ipackets++;
3784 return (cntrs->ipackets);

Completed in 165 milliseconds