/src/usr.sbin/rbootd/ |
bpf.c | 178 static struct bpf_insn bpf_insn[] = { local in function:BpfOpen 190 sizeof(bpf_insn)/sizeof(bpf_insn[0]), bpf_insn
|
/src/usr.sbin/isibootd/ |
isibootd.c | 349 static struct bpf_insn bpf_insn[] = { variable in typeref:struct:bpf_insn[] 356 sizeof(bpf_insn) / sizeof(bpf_insn[0]), 357 bpf_insn
|
/src/sys/net/ |
bpf.h | 77 struct bpf_insn *bf_insns; 334 struct bpf_insn { struct 591 u_int bpf_filter_ext(const bpf_ctx_t *, const struct bpf_insn *, bpf_args_t *); 592 int bpf_validate_ext(const bpf_ctx_t *, const struct bpf_insn *, int); 599 int bpf_validate(const struct bpf_insn *, int); 600 u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); 602 u_int bpf_filter_with_aux_data(const struct bpf_insn *, const u_char *, u_int, u_int, const struct bpf_aux_data *); 611 char *bpf_image(const struct bpf_insn *, int);
|