Home
last modified time | relevance | path

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

12

/dragonfly/sys/net/
H A Dif_mib.c118 COPY_DATA(ibytes); in sysctl_ifdata()
163 COPY_DATA(ibytes); in sysctl_ifdata()
H A Dif_loop.c285 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in if_simloop()
328 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in lo_altqstart()
H A Dif_ethersubr.c1325 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in ether_reinput_oncpu()
1514 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in ether_input()
/dragonfly/usr.bin/netstat/
H A Dif.c123 u_long ibytes; in intpr() local
226 ibytes = ifdata.ifd_ibytes; in intpr()
239 ibytes += ifdata.ifd_ibytes; in intpr()
373 ibytes = ifaddr.ifa.if_ibytes; in intpr()
395 show_stat("lu", 10, ibytes, link_layer|network_layer); in intpr()
/dragonfly/sys/netinet/
H A Dip_gre.c144 IFNET_STAT_INC(&sc->sc_if, ibytes, m->m_pkthdr.len); in gre_input2()
221 IFNET_STAT_INC(&sc->sc_if, ibytes, m->m_pkthdr.len); in gre_mobile_input()
/dragonfly/contrib/libpcap/
H A Dpcap-dpdk.c443 stats.ibytes,stats.imissed); in nic_stats_display()
462 uint64_t delta_bit = (pd->curr_stats.ibytes-pd->prev_stats.ibytes)*8; in pcap_dpdk_stats()
/dragonfly/sys/netinet6/
H A Dip6_mroute.h214 u_quad_t ibytes; /* Input byte count on mif */ member
H A Dip6_input.c504 IFA_STAT_INC(&ia6->ia_ifa, ibytes, m->m_pkthdr.len); in ip6_input()
H A Dip6_mroute.c388 req->ibytes = mif6table[mifi].m6_bytes_in; in get_mif6_cnt()
/dragonfly/sys/dev/netif/plip/
H A Dif_plip.c496 IFNET_STAT_INC(&sc->sc_if, ibytes, len); in lp_intr()
541 IFNET_STAT_INC(&sc->sc_if, ibytes, len); in lp_intr()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.h246 u_long ibytes; /* Input byte count on vif */ member
/dragonfly/sys/vfs/ext2fs/
H A Dext2_alloc.c1296 int error, start, len, ifree, ibytes; in ext2_nodealloccg() local
1319 ibytes = fs->e2fs_ipg / 8; in ext2_nodealloccg()
1320 memset(bp->b_data, 0, ibytes - 1); in ext2_nodealloccg()
1321 ext2_fix_bitmap_tail(bp->b_data, ibytes, in ext2_nodealloccg()
/dragonfly/sys/dev/netif/ic/
H A Dif_ic.c286 IFNET_STAT_INC(&sc->ic_if, ibytes, len); in icintr()
/dragonfly/crypto/openssh/
H A Dclientloop.c1222 u_int64_t ibytes, obytes; in client_loop() local
1447 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1449 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1452 obytes / total_time, ibytes / total_time); in client_loop()
H A Dsshd.c1550 u_int64_t ibytes, obytes; local
2314 ssh_packet_get_bytes(ssh, &ibytes, &obytes);
2316 (unsigned long long)obytes, (unsigned long long)ibytes);
H A Dpacket.c467 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() argument
469 if (ibytes) in ssh_packet_get_bytes()
470 *ibytes = ssh->state->p_read.bytes; in ssh_packet_get_bytes()
/dragonfly/sys/net/stf/
H A Dif_stf.c627 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in in_stf_input()
/dragonfly/sys/netgraph/iface/
H A Dng_iface.c759 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in ng_iface_rcvdata()
/dragonfly/sys/netgraph7/iface/
H A Dng_iface.c792 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in ng_iface_rcvdata()
/dragonfly/sys/net/gif/
H A Dif_gif.c466 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in gif_input()
/dragonfly/sys/net/sl/
H A Dif_sl.c792 IFNET_STAT_INC(&sc->sc_if, ibytes, 1); in slinput()
/dragonfly/sys/net/tun/
H A Dif_tun.c938 IFNET_STAT_INC(ifp, ibytes, top->m_pkthdr.len); in tunwrite()
/dragonfly/sys/netgraph/fec/
H A Dng_fec.c775 IFNET_STAT_INC(bifp, ibytes, m->m_pkthdr.len); in ng_fec_input()
/dragonfly/sys/net/wg/
H A Dif_wg.c1734 IFNET_STAT_INC(sc->sc_ifp, ibytes, m->m_pkthdr.len); in wg_handshake()
2063 IFNET_STAT_INC(ifp, ibytes, rx_bytes); in wg_deliver_in()
/dragonfly/sys/net/bridge/
H A Dif_bridge.c2656 IFNET_STAT_INC(bifp, ibytes, m->m_pkthdr.len); in bridge_input()
2782 IFNET_STAT_INC(bifp, ibytes, m->m_pkthdr.len); in bridge_input()

12