/src/sys/net/ |
if_stats.c | 95 ctx->ifi->ifi_obytes += local_counters[if_obytes];
|
if_stats.h | 47 if_obytes = 6, /* total number of octets sent */ enumerator in enum:__anonaf4448240103
|
if_sl.c | 799 if_statinc(&sc->sc_if, if_obytes); 830 if_statadd(&sc->sc_if, if_obytes, 849 if_statadd(&sc->sc_if, if_obytes, 2); 869 if_statadd2(&sc->sc_if, if_obytes, 1, if_opackets, 1);
|
if_faith.c | 198 if_statadd2(ifp, if_opackets, 1, if_obytes, pktlen);
|
if_loop.c | 269 if_statadd2(ifp, if_opackets, 1, if_obytes, pktlen);
|
if_tap.c | 452 if_statadd2(ifp, if_opackets, 1, if_obytes, m0->m_len); 809 if_statadd2(ifp, if_opackets, 1, if_obytes, m->m_len); 889 if_obytes, m->m_len); /* XXX only first in chain */
|
if_gif.c | 625 if_statadd2(ifp, if_opackets, 1, if_obytes, len); 681 if_statadd2(ifp, if_opackets, 1, if_obytes, len);
|
if_mpls.c | 278 if_statadd2(ifp, if_opackets, 1, if_obytes, m->m_pkthdr.len);
|
if_srt.c | 260 if_statadd(ifp, if_obytes, m->m_pkthdr.len);
|
if_stf.c | 455 if_obytes, m->m_pkthdr.len - sizeof(struct ip));
|
if_tun.c | 636 if_statadd2(ifp, if_opackets, 1, if_obytes, mlen);
|
if_l2tp.c | 492 if_statadd2(ifp, if_opackets, 1, if_obytes, len);
|
if_vlan.c | 1430 if_statadd_ref(ifp, nsr, if_obytes, pktlen);
|
if_gre.c | 937 if_statadd2(ifp, if_opackets, 1, if_obytes, m->m_pkthdr.len);
|
if_spppsubr.c | 1023 if_statadd(ifp, if_obytes, pktlen + sp->pp_framebytes); 1038 if_statadd(ifp, if_obytes, pktlen + sp->pp_framebytes); 1441 if_statadd(ifp, if_obytes, m->m_pkthdr.len + sp->pp_framebytes); 5345 if_statadd(ifp, if_obytes, m->m_pkthdr.len + sp->pp_framebytes);
|
if_ipsec.c | 706 if_statadd2(ifp, if_opackets, 1, if_obytes, len);
|
/src/sys/dist/pf/net/ |
if_pflog.c | 298 if_statadd2(ifn, if_opackets, 1, if_obytes, m->m_pkthdr.len); 301 ifn->if_obytes += m->m_pkthdr.len;
|
/src/sys/net/npf/ |
npf_ext_log.c | 142 if_statadd2(ifp, if_opackets, 1, if_obytes, m->m_pkthdr.len);
|
/src/sys/netcan/ |
if_canloop.c | 173 if_statadd2(ifp, if_opackets, 1, if_obytes, pktlen);
|
/src/sys/arch/arm/sunxi/ |
sunxi_can.c | 311 if_statadd2(ifp, if_obytes, m->m_len, if_opackets, 1);
|
/src/sys/dev/ppbus/ |
if_plip.c | 930 if_statadd(ifp, if_obytes, m->m_pkthdr.len);
|
/src/sys/arch/arm/gemini/ |
if_gpn.c | 470 if_statadd_ref(ifp, nsr, if_obytes, m->m_len);
|
gemini_gmac.c | 554 if_statiadd(ifp, if_obytes, m->m_pkthdr.len);
|
/src/sys/dev/usb/ |
if_gscan.c | 294 if_statadd2(ifp, if_obytes, m->m_len, if_opackets, 1);
|
/src/sys/netinet/ |
ip_carp.c | 1112 if_statadd2(&sc->sc_if, if_opackets, 1, if_obytes, len); 1205 if_statadd2(&sc->sc_if, if_opackets, 1, if_obytes, len);
|