Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpf_if.c652 p->pfik_packets[i][j][k]; in pfi_update_status()
660 bzero(p->pfik_packets, sizeof(p->pfik_packets)); in pfi_update_status()
690 bcopy(p->pfik_packets, &u.pfik_packets, in pfi_get_ifaces()
691 sizeof(u.pfik_packets)); in pfi_get_ifaces()
H A Dpfvar.h1370 u_int64_t pfik_packets[2][2][2]; member
1392 u_int64_t pfik_packets[2][2][2]; member
H A Dpf.c9995 kif->pfik_packets[0][dir == PF_OUT][action != PF_PASS]++; in pf_test()
10645 kif->pfik_packets[1][dir == PF_OUT][action != PF_PASS]++; in pf_test6()