Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c63 ret = bpf_tc_detach(hook, &opts); in test_tc_bpf_basic()
93 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
117 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
141 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
165 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
190 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
204 ret = bpf_tc_detach(NULL, &opts_hp); in test_tc_bpf_api()
208 ret = bpf_tc_detach(hook, NULL); in test_tc_bpf_api()
212 ret = bpf_tc_detach(hook, &opts_hpr); in test_tc_bpf_api()
216 ret = bpf_tc_detach(hook, &opts_hpf); in test_tc_bpf_api()
[all …]
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.map263 bpf_tc_detach;
Dlibbpf.h1009 LIBBPF_API int bpf_tc_detach(const struct bpf_tc_hook *hook,
Dnetlink.c745 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach() function