Home
last modified time | relevance | path

Searched refs:bpf_tc_hook_create (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dtc_bpf.c75 ret = bpf_tc_hook_create(NULL); in test_tc_bpf_api()
80 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()
104 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()
129 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()
153 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()
178 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()
344 ret = bpf_tc_hook_create(&hook); in test_tc_bpf()
354 ret = bpf_tc_hook_create(&hook); in test_tc_bpf()
A Ddecap_sanity.c52 err = bpf_tc_hook_create(&qdisc_hook); in test_decap_sanity()
A Dbtf_skc_cls_ingress.c40 if (!ASSERT_OK(bpf_tc_hook_create(&qdisc_lo), "qdisc add dev lo clsact")) in prepare_netns()
A Dxdp_do_redirect.c54 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
A Dtest_tunnel.c222 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
A Dxfrm_info.c95 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
A Dtc_redirect.c256 err = bpf_tc_hook_create(qdisc_hook); in qdisc_clsact_create()
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf.map264 bpf_tc_hook_create;
A Dlibbpf.h1097 LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook);
A Dnetlink.c605 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create() function
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxdp_synproxy.c239 err = bpf_tc_hook_create(&hook); in syncookie_attach()

Completed in 16 milliseconds