Searched refs:BPF_PROG_RUN (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/net/core/ |
D | ptp_classifier.c | 114 return BPF_PROG_RUN(ptp_insns, skb); in ptp_classify_raw()
|
/linux-4.1.27/net/netfilter/ |
D | xt_bpf.c | 43 return BPF_PROG_RUN(info->filter, skb); in bpf_mt()
|
/linux-4.1.27/kernel/trace/ |
D | bpf_trace.c | 53 ret = BPF_PROG_RUN(prog, ctx); in trace_call_bpf()
|
/linux-4.1.27/net/sched/ |
D | act_bpf.c | 52 filter_res = BPF_PROG_RUN(prog->filter, skb); in tcf_bpf()
|
D | cls_bpf.c | 75 int filter_res = BPF_PROG_RUN(prog->filter, skb); in cls_bpf_classify()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_ppp.c | 1179 && BPF_PROG_RUN(is->pass_filter, skb) == 0) { in isdn_ppp_push_higher() 1186 && BPF_PROG_RUN(is->active_filter, skb) == 0)) { in isdn_ppp_push_higher() 1325 && BPF_PROG_RUN(ipt->pass_filter, skb) == 0) { in isdn_ppp_xmit() 1332 && BPF_PROG_RUN(ipt->active_filter, skb) == 0)) { in isdn_ppp_xmit() 1522 && BPF_PROG_RUN(is->pass_filter, skb) == 0; in isdn_ppp_autodial_filter() 1524 && BPF_PROG_RUN(is->active_filter, skb) == 0; in isdn_ppp_autodial_filter()
|
/linux-4.1.27/include/linux/ |
D | filter.h | 331 #define BPF_PROG_RUN(filter, ctx) (*filter->bpf_func)(ctx, filter->insnsi) macro
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 1208 BPF_PROG_RUN(ppp->pass_filter, skb) == 0) { in ppp_send_frame() 1218 BPF_PROG_RUN(ppp->active_filter, skb) == 0)) in ppp_send_frame() 1843 BPF_PROG_RUN(ppp->pass_filter, skb) == 0) { in ppp_receive_nonmp_frame() 1852 BPF_PROG_RUN(ppp->active_filter, skb) == 0)) in ppp_receive_nonmp_frame()
|
/linux-4.1.27/kernel/ |
D | seccomp.c | 199 u32 cur_ret = BPF_PROG_RUN(f->prog, (void *)sd); in seccomp_run_filters()
|
/linux-4.1.27/drivers/net/team/ |
D | team_mode_loadbalance.c | 184 lhash = BPF_PROG_RUN(fp, skb); in lb_get_skb_hash()
|
/linux-4.1.27/lib/ |
D | test_bpf.c | 1951 ret = BPF_PROG_RUN(fp, data); in __run_one()
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 592 BPF_PROG_RUN(filter, ctx) transparently invokes eBPF interpreter or JITed
|