Searched refs:bpf_tc_hook_create (Results 1 – 4 of 4) sorted by relevance
75 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()
366 bpf_tc_hook_create;
634 LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook);
455 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create() function