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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5265 int dirndx = (direction == PF_OUT); local
5267 r->packets[dirndx]++;
5268 r->bytes[dirndx] += pd->tot_len;
5279 int dirndx = (direction == PF_OUT); local
5281 r->packets[dirndx]++;
5282 r->bytes[dirndx] += pd->tot_len;
8061 int off, dirndx, pqid = 0; local
8477 dirndx = (dir == PF_OUT);
8478 r->packets[dirndx]++;
8479 r->bytes[dirndx]
8595 int off, terminal = 0, dirndx, rh_cnt = 0; local
[all...]

Completed in 112 milliseconds