Searched refs:BPF_PROG_RUN (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/core/ |
D | ptp_classifier.c | 114 return BPF_PROG_RUN(ptp_insns, skb); in ptp_classify_raw()
|
/linux-4.4.14/net/netfilter/ |
D | xt_bpf.c | 43 return BPF_PROG_RUN(info->filter, skb); in bpf_mt()
|
/linux-4.4.14/include/linux/ |
D | filter.h | 351 #define BPF_PROG_RUN(filter, ctx) (*filter->bpf_func)(ctx, filter->insnsi) macro 368 res = BPF_PROG_RUN(prog, skb); in bpf_prog_run_save_cb() 383 return BPF_PROG_RUN(prog, skb); in bpf_prog_run_clear_cb()
|
/linux-4.4.14/net/sched/ |
D | act_bpf.c | 54 filter_res = BPF_PROG_RUN(filter, skb); in tcf_bpf() 57 filter_res = BPF_PROG_RUN(filter, skb); in tcf_bpf()
|
D | cls_bpf.c | 103 filter_res = BPF_PROG_RUN(prog->filter, skb); in cls_bpf_classify() 106 filter_res = BPF_PROG_RUN(prog->filter, skb); in cls_bpf_classify()
|
/linux-4.4.14/kernel/trace/ |
D | bpf_trace.c | 53 ret = BPF_PROG_RUN(prog, ctx); in trace_call_bpf()
|
/linux-4.4.14/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.4.14/drivers/net/ppp/ |
D | ppp_generic.c | 1255 BPF_PROG_RUN(ppp->pass_filter, skb) == 0) { in ppp_send_frame() 1265 BPF_PROG_RUN(ppp->active_filter, skb) == 0)) in ppp_send_frame() 1890 BPF_PROG_RUN(ppp->pass_filter, skb) == 0) { in ppp_receive_nonmp_frame() 1899 BPF_PROG_RUN(ppp->active_filter, skb) == 0)) in ppp_receive_nonmp_frame()
|
/linux-4.4.14/kernel/ |
D | seccomp.c | 198 u32 cur_ret = BPF_PROG_RUN(f->prog, (void *)sd); in seccomp_run_filters()
|
/linux-4.4.14/drivers/net/team/ |
D | team_mode_loadbalance.c | 184 lhash = BPF_PROG_RUN(fp, skb); in lb_get_skb_hash()
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 592 BPF_PROG_RUN(filter, ctx) transparently invokes eBPF interpreter or JITed
|
/linux-4.4.14/lib/ |
D | test_bpf.c | 5314 ret = BPF_PROG_RUN(fp, data); in __run_one()
|