Symbol: bpf_tc_opts
tools/lib/bpf/libbpf.h
1406
struct bpf_tc_opts *opts);
tools/lib/bpf/libbpf.h
1408
const struct bpf_tc_opts *opts);
tools/lib/bpf/libbpf.h
1410
struct bpf_tc_opts *opts);
tools/lib/bpf/netlink.c
644
const struct bpf_tc_opts *opts,
tools/lib/bpf/netlink.c
668
struct bpf_tc_opts *opts;
tools/lib/bpf/netlink.c
734
int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts)
tools/lib/bpf/netlink.c
744
!OPTS_VALID(opts, bpf_tc_opts))
tools/lib/bpf/netlink.c
809
const struct bpf_tc_opts *opts,
tools/lib/bpf/netlink.c
818
!OPTS_VALID(opts, bpf_tc_opts))
tools/lib/bpf/netlink.c
870
const struct bpf_tc_opts *opts)
tools/lib/bpf/netlink.c
881
int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts)
tools/lib/bpf/netlink.c
890
!OPTS_VALID(opts, bpf_tc_opts))
tools/testing/selftests/bpf/network_helpers.c
788
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1,
tools/testing/selftests/bpf/network_helpers.c
790
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts2, .handle = 1,
tools/testing/selftests/bpf/prog_tests/assign_reuse.c
88
DECLARE_LIBBPF_OPTS(bpf_tc_opts, tc_opts,
tools/testing/selftests/bpf/prog_tests/btf_skc_cls_ingress.c
36
LIBBPF_OPTS(bpf_tc_opts, tc_attach,
tools/testing/selftests/bpf/prog_tests/cgroup_ancestor.c
19
struct bpf_tc_opts tc_attach;
tools/testing/selftests/bpf/prog_tests/crypto_sanity.c
83
LIBBPF_OPTS(bpf_tc_opts, tc_attach_enc);
tools/testing/selftests/bpf/prog_tests/crypto_sanity.c
84
LIBBPF_OPTS(bpf_tc_opts, tc_attach_dec);
tools/testing/selftests/bpf/prog_tests/decap_sanity.c
19
LIBBPF_OPTS(bpf_tc_opts, tc_attach);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
12
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_h, .handle = 1); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
13
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_p, .priority = 1); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
14
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_f, .prog_fd = __fd); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
15
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hp, .handle = 1, .priority = 1); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
16
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hf, .handle = 1, .prog_fd = __fd); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
17
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_pf, .priority = 1, .prog_fd = __fd); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
18
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpf, .handle = 1, .priority = 1, .prog_fd = __fd); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
19
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpi, .handle = 1, .priority = 1, .prog_id = 42); \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
20
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpr, .handle = 1, .priority = 1, \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
22
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_hpfi, .handle = 1, .priority = 1, .prog_fd = __fd, \
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
24
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
28
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts, .handle = 1, .priority = 1, .prog_fd = fd);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
71
DECLARE_LIBBPF_OPTS(bpf_tc_opts, attach_opts, .handle = 1, .priority = 1, .prog_fd = fd);
tools/testing/selftests/bpf/prog_tests/tc_bpf.c
73
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/tc_links.c
1579
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/tc_links.c
1684
LIBBPF_OPTS(bpf_tc_opts, tc_opts,
tools/testing/selftests/bpf/prog_tests/tc_links.c
1853
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/tc_links.c
525
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/tc_opts.c
2276
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/tc_opts.c
565
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
351
LIBBPF_OPTS(bpf_tc_opts, tc_attach);
tools/testing/selftests/bpf/prog_tests/tcp_custom_syncookie.c
53
LIBBPF_OPTS(bpf_tc_opts, tc_attach,
tools/testing/selftests/bpf/prog_tests/vrf_socket_lookup.c
108
LIBBPF_OPTS(bpf_tc_opts, opts, .handle = 1, .priority = 1,
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
208
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
299
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
332
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 2,
tools/testing/selftests/bpf/prog_tests/xdp_context_test_run.c
364
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/xdp_do_redirect.c
44
DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts, .handle = 1, .priority = 1, .prog_fd = fd);
tools/testing/selftests/bpf/prog_tests/xdp_vlan.c
74
LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1);
tools/testing/selftests/bpf/prog_tests/xfrm_info.c
74
LIBBPF_OPTS(bpf_tc_opts, opts1, .handle = 1, .priority = 1,
tools/testing/selftests/bpf/prog_tests/xfrm_info.c
76
LIBBPF_OPTS(bpf_tc_opts, opts2, .handle = 1, .priority = 1,
tools/testing/selftests/bpf/xdp_synproxy.c
234
LIBBPF_OPTS(bpf_tc_opts, opts,