Searched refs:bpf_tc_hook_create (Results 1 – 17 of 17) sorted by relevance
76 ret = bpf_tc_hook_create(NULL); in test_tc_bpf_api()81 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()105 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()130 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()154 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()179 ret = bpf_tc_hook_create(&inv_hook); in test_tc_bpf_api()345 ret = bpf_tc_hook_create(&hook); in tc_bpf_root()355 ret = bpf_tc_hook_create(&hook); in tc_bpf_root()
43 err = bpf_tc_hook_create(&qdisc_hook); in test_decap_sanity()
57 if (!ASSERT_OK(bpf_tc_hook_create(&qdisc_lo), "qdisc add dev lo clsact")) in setup_tc()
64 if (!ASSERT_OK(bpf_tc_hook_create(&t->qdisc), "qdisc add")) in setup_network()
129 ret = bpf_tc_hook_create(&tc_hook); in run_assign_reuse()
132 err = bpf_tc_hook_create(&qdisc_hook); in test_crypto_sanity()
117 ret = bpf_tc_hook_create(&hook); in attach_progs()
80 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
47 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
375 ret = bpf_tc_hook_create(hook); in attach_tc_prog()
559 err = bpf_tc_hook_create(&tc_hook); in test_tc_chain_classic()1613 err = bpf_tc_hook_create(&tc_hook); in test_tc_chain_mixed()1929 err = bpf_tc_hook_create(&tc_hook); in test_tc_links_dev_mixed()
594 err = bpf_tc_hook_create(&tc_hook); in test_tc_chain_classic()2255 err = bpf_tc_hook_create(&tc_hook); in test_tc_opts_delete_empty()2305 err = bpf_tc_hook_create(&tc_hook); in test_tc_chain_mixed()
336 err = bpf_tc_hook_create(qdisc_hook); in qdisc_clsact_create()
263 bpf_tc_hook_create;
1302 LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook);
616 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()