op_pass          2009 net/pf_table.c     u_int64_t len, int dir_out, int op_pass, int notrule)
op_pass          2039 net/pf_table.c 		if (op_pass != PFR_OP_PASS)
op_pass          2041 net/pf_table.c 		op_pass = PFR_OP_XPASS;
op_pass          2043 net/pf_table.c 	kt->pfrkt_packets[dir_out][op_pass]++;
op_pass          2044 net/pf_table.c 	kt->pfrkt_bytes[dir_out][op_pass] += len;
op_pass          2045 net/pf_table.c 	if (ke != NULL && op_pass != PFR_OP_XPASS) {
op_pass          2046 net/pf_table.c 		ke->pfrke_packets[dir_out][op_pass]++;
op_pass          2047 net/pf_table.c 		ke->pfrke_bytes[dir_out][op_pass] += len;