Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.map366 bpf_tc_hook_create;
Dlibbpf.h634 LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook);
Dnetlink.c455 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create() function