Home
last modified time | relevance | path

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

/include/linux/
Dfilter.h449 static inline u16 bpf_anc_helper(const struct sock_filter *ftest) in bpf_anc_helper() argument
451 BUG_ON(ftest->code & BPF_ANC); in bpf_anc_helper()
453 switch (ftest->code) { in bpf_anc_helper()
459 switch (ftest->k) { in bpf_anc_helper()
478 return ftest->code; in bpf_anc_helper()