Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds