Home
last modified time | relevance | path

Searched refs:bpf_tc_attach (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c36 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/
Dlibbpf.map364 bpf_tc_attach;
Dlibbpf.h636 LIBBPF_API int bpf_tc_attach(const struct bpf_tc_hook *hook,
Dnetlink.c556 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach() function