Searched refs:dirndx (Results 1 – 1 of 1) sorted by relevance
6371 int dirndx = (direction == PF_OUT); in pf_test_dummynet() local6373 r->packets[dirndx]++; in pf_test_dummynet()6374 r->bytes[dirndx] += pd->tot_len; in pf_test_dummynet()6386 int dirndx = (direction == PF_OUT); in pf_test_dummynet() local6388 r->packets[dirndx]++; in pf_test_dummynet()6389 r->bytes[dirndx] += pd->tot_len; in pf_test_dummynet()9673 int off, dirndx, pqid = 0; in pf_test() local10128 dirndx = (dir == PF_OUT); in pf_test()10129 r->packets[dirndx]++; in pf_test()10130 r->bytes[dirndx] += pd.tot_len; in pf_test()[all …]