Searched refs:bpf_prog_test_run_skb (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | bpf.h | 745 int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, 867 static inline int bpf_prog_test_run_skb(struct bpf_prog *prog, in bpf_prog_test_run_skb() function
|
/Linux-v5.4/net/bpf/ |
D | test_run.c | 241 int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_skb() function
|
/Linux-v5.4/net/core/ |
D | filter.c | 8475 .test_run = bpf_prog_test_run_skb, 8487 .test_run = bpf_prog_test_run_skb, 8508 .test_run = bpf_prog_test_run_skb, 8518 .test_run = bpf_prog_test_run_skb, 8528 .test_run = bpf_prog_test_run_skb, 8539 .test_run = bpf_prog_test_run_skb, 8549 .test_run = bpf_prog_test_run_skb,
|