Searched refs:bpf_tc_attach (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | tc_bpf.c | 36 ret = bpf_tc_attach(hook, &opts); in test_tc_bpf_basic() 47 ret = bpf_tc_attach(hook, &opts); in test_tc_bpf_basic() 88 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 112 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 137 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 161 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 186 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 283 ret = bpf_tc_attach(NULL, &opts_hp); in test_tc_bpf_api() 287 ret = bpf_tc_attach(hook, NULL); in test_tc_bpf_api() 292 ret = bpf_tc_attach(hook, &opts_hp); in test_tc_bpf_api() [all …]
|
| /Linux-v5.15/tools/lib/bpf/ |
| D | libbpf.map | 364 bpf_tc_attach;
|
| D | libbpf.h | 636 LIBBPF_API int bpf_tc_attach(const struct bpf_tc_hook *hook,
|
| D | netlink.c | 556 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach() function
|