Searched refs:bpf_comp_jset (Results 1 – 3 of 3) sorted by relevance
76 #define bpf_comp_jset bpf_comp_jset32 macro90 #define bpf_comp_jset bpf_comp_jset64 macro179 size_t bpf_comp_jset(struct sock_filter *filter, unsigned long mask,
133 return bpf_comp_jset(filter, negative_mask, jf, jt); in bpf_comp_jin()160 comp_function = bpf_comp_jset; in bpf_arg_comp()
142 TEST(bpf, bpf_comp_jset) { in TEST() argument148 size_t len = bpf_comp_jset(comp_jset, mask, jt, jf); in TEST()