Symbol: bpf_tc_hook_create
tools/lib/bpf/libbpf.h
1403
LIBBPF_API int bpf_tc_hook_create(struct bpf_tc_hook *hook);
tools/testing/selftests/bpf/network_helpers.c
793
ret = bpf_tc_hook_create(&hook);
tools/testing/selftests/bpf/prog_tests/assign_reuse.c
129
ret = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c
103
err = bpf_tc_hook_create(&hook);
tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c
133
err = bpf_tc_hook_create(&hook);
tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c
26
err = bpf_tc_hook_create(&hook);
tools/testing/selftests/bpf/prog_tests/btf_skc_cls_ingress.c
45
if (!ASSERT_OK(bpf_tc_hook_create(&qdisc_lo), "qdisc add dev lo clsact"))
tools/testing/selftests/bpf/prog_tests/cgroup_ancestor.c
64
if (!ASSERT_OK(bpf_tc_hook_create(&t->qdisc), "qdisc add"))
tools/testing/selftests/bpf/prog_tests/crypto_sanity.c
132
err = bpf_tc_hook_create(&qdisc_hook);
tools/testing/selftests/bpf/prog_tests/decap_sanity.c
43
err = bpf_tc_hook_create(&qdisc_hook);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
105
ret = bpf_tc_hook_create(&inv_hook);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
130
ret = bpf_tc_hook_create(&inv_hook);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
154
ret = bpf_tc_hook_create(&inv_hook);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
179
ret = bpf_tc_hook_create(&inv_hook);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
345
ret = bpf_tc_hook_create(&hook);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
355
ret = bpf_tc_hook_create(&hook);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
76
ret = bpf_tc_hook_create(NULL);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
81
ret = bpf_tc_hook_create(&inv_hook);
tools/testing/selftests/bpf/prog_tests/tc_links.c
1613
err = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/tc_links.c
1929
err = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/tc_links.c
559
err = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/tc_opts.c
2253
err = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/tc_opts.c
2303
err = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/tc_opts.c
594
err = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
337
err = bpf_tc_hook_create(qdisc_hook);
tools/testing/selftests/bpf/prog_tests/tcp_custom_syncookie.c
57
if (!ASSERT_OK(bpf_tc_hook_create(&qdisc_lo), "qdisc add dev lo clsact"))
tools/testing/selftests/bpf/prog_tests/vrf_socket_lookup.c
117
ret = bpf_tc_hook_create(&hook);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
242
ret = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
322
ret = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
386
ret = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/xdp_do_redirect.c
47
ret = bpf_tc_hook_create(hook);
tools/testing/selftests/bpf/prog_tests/xdp_vlan.c
97
ret = bpf_tc_hook_create(&tc_hook);
tools/testing/selftests/bpf/prog_tests/xfrm_info.c
80
ret = bpf_tc_hook_create(hook);
tools/testing/selftests/bpf/xdp_synproxy.c
239
err = bpf_tc_hook_create(&hook);