Searched refs:bpf_dtab_size (Results 1 – 2 of 2) sorted by relevance
229 static unsigned int bpf_dtab_size = 0; variable230 static struct bpf_d **__counted_by(bpf_dtab_size) bpf_dtab = NULL;679 if (nbpfilter == bpf_dtab_size) { in bpf_make_dev_t()683 new_dtab_size = bpf_dtab_size + NBPFILTER; in bpf_make_dev_t()685 bpf_dtab_size, new_dtab_size, bpf_dtab, Z_WAITOK | Z_ZERO); in bpf_make_dev_t()692 bpf_dtab_size = new_dtab_size; in bpf_make_dev_t()
2187 bpf_dtab_size = int(kern.globals.bpf_dtab_size)2188 for i in range(0, bpf_dtab_size):