Searched refs:bpf_ksp (Results 1 – 1 of 1) sorted by relevance
133 static kstat_t *bpf_ksp; variable407 bpf_ksp = kstat_create("bpf", 0, "global", "misc", in bpfilterattach()410 if (bpf_ksp != NULL) { in bpfilterattach()411 bpf_ksp->ks_data = &ks_stats; in bpfilterattach()412 kstat_install(bpf_ksp); in bpfilterattach()435 if (bpf_ksp != NULL) { in bpfilterdetach()436 kstat_delete(bpf_ksp); in bpfilterdetach()437 bpf_ksp = NULL; in bpfilterdetach()