Searched refs:bpf_tc_hook_create (Results 1 – 11 of 11) 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()
52 err = bpf_tc_hook_create(&qdisc_hook); in test_decap_sanity()
40 if (!ASSERT_OK(bpf_tc_hook_create(&qdisc_lo), "qdisc add dev lo clsact")) in prepare_netns()
54 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
222 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
95 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
256 err = bpf_tc_hook_create(qdisc_hook); in qdisc_clsact_create()
264 bpf_tc_hook_create;
1097 LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook);
605 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create() function
239 err = bpf_tc_hook_create(&hook); in syncookie_attach()
Completed in 16 milliseconds