Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A 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()
224 ret = bpf_tc_detach(hook, &opts_p); in test_tc_bpf_api()
[all …]
/linux/tools/lib/bpf/
A Dlibbpf.map365 bpf_tc_detach;
A Dnetlink.c690 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach() function
A Dlibbpf.h743 LIBBPF_API int bpf_tc_detach(const struct bpf_tc_hook *hook,

Completed in 10 milliseconds