Searched refs:npf_bpf_filter (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/npf/npftest/libnpftest/ |
H A D | npf_bpf_test.c | 69 ret = npf_bpf_filter(&bc_args, code, NULL); in test_bpf_code() 74 jret = npf_bpf_filter(&bc_args, NULL, jcode); in test_bpf_code()
|
/netbsd-src/sys/net/npf/ |
H A D | npf_bpf.c | 126 npf_bpf_filter(bpf_args_t *args, const void *code, bpfjit_func_t jcode) in npf_bpf_filter() function
|
H A D | npf_impl.h | 376 int npf_bpf_filter(bpf_args_t *, const void *, bpfjit_func_t);
|
H A D | npf_ruleset.c | 826 return npf_bpf_filter(bc_args, rl->r_code, rl->r_jcode) != 0; in npf_rule_inspect()
|