Home
last modified time | relevance | path

Searched refs:dirndx (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf.c5909 int off, dirndx, pqid = 0; in pf_test() local
6214 dirndx = (dir == PF_OUT); in pf_test()
6215 counter_u64_add(r->packets[dirndx], 1); in pf_test()
6218 counter_u64_add(a->packets[dirndx], 1); in pf_test()
6240 dirndx = (dir == s->direction) ? 0 : 1; in pf_test()
6241 counter_u64_add(s->packets[dirndx], 1); in pf_test()
6618 dirndx = (dir == PF_OUT); in pf_test6()
6619 counter_u64_add(r->packets[dirndx], 1); in pf_test6()
6622 counter_u64_add(a->packets[dirndx], 1); in pf_test6()
6644 dirndx = (dir == s->direction) ? 0 : 1; in pf_test6()
[all …]