Searched refs:filter_res (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/net/sched/
H A Dact_bpf.c40 int action, filter_res; tcf_bpf() local
52 filter_res = BPF_PROG_RUN(prog->filter, skb); tcf_bpf()
56 * Similarly as in cls_bpf, if filter_res == -1 we use the tcf_bpf()
65 switch (filter_res) { tcf_bpf()
69 action = filter_res; tcf_bpf()
72 action = filter_res; tcf_bpf()
H A Dcls_bpf.c75 int filter_res = BPF_PROG_RUN(prog->filter, skb); cls_bpf_classify() local
77 if (filter_res == 0) cls_bpf_classify()
81 if (filter_res != -1) cls_bpf_classify()
82 res->classid = filter_res; cls_bpf_classify()

Completed in 57 milliseconds