Searched refs:dirndx (Results 1 – 1 of 1) sorted by relevance
6268 int dirndx = (direction == PF_OUT); in pf_test_dummynet() local6270 r->packets[dirndx]++; in pf_test_dummynet()6271 r->bytes[dirndx] += pd->tot_len; in pf_test_dummynet()6283 int dirndx = (direction == PF_OUT); in pf_test_dummynet() local6285 r->packets[dirndx]++; in pf_test_dummynet()6286 r->bytes[dirndx] += pd->tot_len; in pf_test_dummynet()9544 int off, dirndx, pqid = 0; in pf_test() local9998 dirndx = (dir == PF_OUT); in pf_test()9999 r->packets[dirndx]++; in pf_test()10000 r->bytes[dirndx] += pd.tot_len; in pf_test()[all …]