Searched refs:pfr_op (Results 1 – 1 of 1) sorted by relevance
1339 int pfr_dir, pfr_op; in pfr_get_tstats() local1361 for (pfr_op = 0; pfr_op < PFR_OP_TABLE_MAX; pfr_op ++) { in pfr_get_tstats()1362 tbl->pfrts_packets[pfr_dir][pfr_op] = in pfr_get_tstats()1364 &p->pfrkt_packets[pfr_dir][pfr_op]); in pfr_get_tstats()1365 tbl->pfrts_bytes[pfr_dir][pfr_op] = in pfr_get_tstats()1367 &p->pfrkt_bytes[pfr_dir][pfr_op]); in pfr_get_tstats()1374 for (pfr_op = 0; pfr_op < PFR_REFCNT_MAX; pfr_op++) in pfr_get_tstats()1375 tbl->pfrts_refcnt[pfr_op] = p->pfrkt_refcnt[pfr_op]; in pfr_get_tstats()1914 int pfr_dir, pfr_op; in pfr_clstats_ktable() local1923 for (pfr_op = 0; pfr_op < PFR_OP_TABLE_MAX; pfr_op ++) { in pfr_clstats_ktable()[all …]