Searched refs:dirndx (Results 1 – 1 of 1) sorted by relevance
6407 int dirndx = (direction == PF_OUT); in pf_test_dummynet() local6409 r->packets[dirndx]++; in pf_test_dummynet()6410 r->bytes[dirndx] += pd->tot_len; in pf_test_dummynet()6422 int dirndx = (direction == PF_OUT); in pf_test_dummynet() local6424 r->packets[dirndx]++; in pf_test_dummynet()6425 r->bytes[dirndx] += pd->tot_len; in pf_test_dummynet()9708 int off, dirndx, pqid = 0; in pf_test() local10163 dirndx = (dir == PF_OUT); in pf_test()10164 r->packets[dirndx]++; in pf_test()10165 r->bytes[dirndx] += pd.tot_len; in pf_test()[all …]