Searched refs:pfr_op (Results 1 – 1 of 1) sorted by relevance
1383 int pfr_dir, pfr_op; in pfr_get_tstats() local1405 for (pfr_op = 0; pfr_op < PFR_OP_TABLE_MAX; pfr_op ++) { in pfr_get_tstats()1406 tbl->pfrts_packets[pfr_dir][pfr_op] = in pfr_get_tstats()1408 &p->pfrkt_packets[pfr_dir][pfr_op]); in pfr_get_tstats()1409 tbl->pfrts_bytes[pfr_dir][pfr_op] = in pfr_get_tstats()1411 &p->pfrkt_bytes[pfr_dir][pfr_op]); in pfr_get_tstats()1418 for (pfr_op = 0; pfr_op < PFR_REFCNT_MAX; pfr_op++) in pfr_get_tstats()1419 tbl->pfrts_refcnt[pfr_op] = p->pfrkt_refcnt[pfr_op]; in pfr_get_tstats()1957 int pfr_dir, pfr_op; in pfr_clstats_ktable() local1966 for (pfr_op = 0; pfr_op < PFR_OP_TABLE_MAX; pfr_op ++) { in pfr_clstats_ktable()[all …]