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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c6675 int off, dirndx, pqid = 0; local
7072 dirndx = (dir == PF_OUT);
7073 r->packets[dirndx]++;
7074 r->bytes[dirndx] += pd.tot_len;
7076 a->packets[dirndx]++;
7077 a->bytes[dirndx] += pd.tot_len;
7081 s->nat_rule.ptr->packets[dirndx]++;
7082 s->nat_rule.ptr->bytes[dirndx] += pd.tot_len;
7085 s->src_node->packets[dirndx]++;
7086 s->src_node->bytes[dirndx]
7163 int off, terminal = 0, dirndx, rh_cnt = 0; local
[all...]

Completed in 48 milliseconds