Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h2387 int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr,
2645 static inline int bpf_prog_test_run_xdp(struct bpf_prog *prog, in bpf_prog_test_run_xdp() function
/openbmc/linux/net/bpf/
H A Dtest_run.c1145 int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_xdp() function
/openbmc/linux/net/core/
H A Dfilter.c10979 .test_run = bpf_prog_test_run_xdp,