Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf_if.c654 p->pfik_packets[i][j][k]; in pfi_update_status()
662 bzero(p->pfik_packets, sizeof(p->pfik_packets)); in pfi_update_status()
692 bcopy(p->pfik_packets, &u.pfik_packets, in pfi_get_ifaces()
693 sizeof(u.pfik_packets)); in pfi_get_ifaces()
H A Dpfvar.h1382 u_int64_t pfik_packets[2][2][2]; member
1404 u_int64_t pfik_packets[2][2][2]; member
H A Dpf.c10181 kif->pfik_packets[0][dir == PF_OUT][action != PF_PASS]++; in pf_test()
10831 kif->pfik_packets[1][dir == PF_OUT][action != PF_PASS]++; in pf_test6()