Home
last modified time | relevance | path

Searched refs:_bpf_filter (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dbpf_filter.c138 return _bpf_filter(pc, &bpf_mem_ops, &bm, wirelen); in bpf_filter()
142 _bpf_filter(const struct bpf_insn *pc, const struct bpf_ops *ops, in _bpf_filter() function
H A Dbpf.h312 u_int _bpf_filter(const struct bpf_insn *, const struct bpf_ops *,
H A Dbpf.c2024 return _bpf_filter(pc, &bpf_mbuf_ops, m, wirelen); in bpf_mfilter()