Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c64 ret = bpf_tc_detach(hook, &opts); in test_tc_bpf_basic()
94 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
118 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
142 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
166 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
191 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
205 ret = bpf_tc_detach(NULL, &opts_hp); in test_tc_bpf_api()
209 ret = bpf_tc_detach(hook, NULL); in test_tc_bpf_api()
213 ret = bpf_tc_detach(hook, &opts_hpr); in test_tc_bpf_api()
217 ret = bpf_tc_detach(hook, &opts_hpf); in test_tc_bpf_api()
[all …]
H A Dcrypto_sanity.c163 err = bpf_tc_detach(&qdisc_hook, &tc_attach_enc); in test_crypto_sanity()
188 err = bpf_tc_detach(&qdisc_hook, &tc_attach_dec); in test_crypto_sanity()
H A Dcgroup_ancestor.c87 bpf_tc_detach(&t->qdisc, &t->tc_attach); in cleanup_network()
H A Dassign_reuse.c163 ret = bpf_tc_detach(&tc_hook, &tc_opts); in run_assign_reuse()
H A Dtc_links.c609 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_classic()
610 ASSERT_OK(err, "bpf_tc_detach"); in test_tc_chain_classic()
1666 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_mixed()
1667 ASSERT_OK(err, "bpf_tc_detach"); in test_tc_chain_mixed()
1769 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_links_ingress()
1770 ASSERT_OK(err, "bpf_tc_detach"); in test_tc_links_ingress()
H A Dtc_opts.c647 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_classic()
2362 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_mixed()
/linux/tools/lib/bpf/
H A Dnetlink.c869 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach() function