Searched refs:NG_BPF_HOOKPROG_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/netgraph/
H A Dng_bpf.h58 #define NG_BPF_HOOKPROG_SIZE(numInsn) \ macro
H A Dng_bpf.c321 != NG_BPF_HOOKPROG_SIZE(hp->bpf_prog_len))
351 NG_BPF_HOOKPROG_SIZE(hp->bpf_prog_len), M_NOWAIT);
355 NG_BPF_HOOKPROG_SIZE(hp->bpf_prog_len));
566 size = NG_BPF_HOOKPROG_SIZE(hp0->bpf_prog_len);

Completed in 68 milliseconds