Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
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()
Dxdp_do_redirect.c52 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
Dtest_tunnel.c222 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.map264 bpf_tc_hook_create;
Dlibbpf.h1005 LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook);
Dnetlink.c509 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create() function
/Linux-v6.1/tools/testing/selftests/bpf/
Dxdp_synproxy.c236 err = bpf_tc_hook_create(&hook); in syncookie_attach()