Home
last modified time | relevance | path

Searched refs:ocount (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_mroute.h194 u_quad_t ocount; /* Output packet count on mif */ member
H A Dip6_mroute.c533 req->ocount = mif6table[mifi].m6_pkt_out; in get_mif6_cnt()
/f-stack/tools/compat/include/netinet6/
H A Dip6_mroute.h194 u_quad_t ocount; /* Output packet count on mif */ member
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h249 u_long ocount; /* Output packet count on vif */ member
/f-stack/freebsd/netinet/
H A Dip_mroute.h249 u_long ocount; /* Output packet count on vif */ member
H A Dip_mroute.c598 req->ocount = V_viftable[vifi].v_pkt_out; in get_vif_cnt()
/f-stack/freebsd/kern/
H A Dvfs_subr.c1223 int ocount; in vnlru_free_impl() local
1228 ocount = count; in vnlru_free_impl()
1267 return (ocount - count); in vnlru_free_impl()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c85 uint32_t ocount; /* used by set swapping */ member