Home
last modified time | relevance | path

Searched refs:bpf_code_map (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c96 static const u_short bpf_code_map[] = { variable
116 ((c) <= 0xff && (bpf_code_map[(c) >> 4] & (1 << ((c) & 0xf))) != 0)
/freebsd-14.2/sys/net/
H A Dbpf_filter.c519 static const u_short bpf_code_map[] = { variable
539 ((c) <= 0xff && (bpf_code_map[(c) >> 4] & (1 << ((c) & 0xf))) != 0)