Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf_if.c651 p->pfik_packets[i][j][k]; in pfi_update_status()
659 bzero(p->pfik_packets, sizeof(p->pfik_packets)); in pfi_update_status()
689 bcopy(p->pfik_packets, &u.pfik_packets, in pfi_get_ifaces()
690 sizeof(u.pfik_packets)); in pfi_get_ifaces()
H A Dpfvar.h1371 u_int64_t pfik_packets[2][2][2]; member
1393 u_int64_t pfik_packets[2][2][2]; member
H A Dpf.c10125 kif->pfik_packets[0][dir == PF_OUT][action != PF_PASS]++; in pf_test()
10775 kif->pfik_packets[1][dir == PF_OUT][action != PF_PASS]++; in pf_test6()