Searched refs:tcx (Results 1 – 7 of 7) sorted by relevance
/tools/bpf/bpftool/Documentation/ |
D | bpftool-net.rst | 40 Currently, device driver xdp attachments, tcx and old-style tc 55 all tcx, then tc class/qdisc bpf program attachments, then flow_dissector 56 and finally netfilter programs. Both xdp programs and tcx/tc programs are 59 all bpf programs attached to tcx, then tc classes, then all bpf programs
|
/tools/testing/selftests/bpf/prog_tests/ |
D | tc_helpers.h | 45 return link_info.tcx.ifindex; in ifindex_from_link_fd()
|
/tools/lib/bpf/ |
D | bpf.c | 799 relative_fd = OPTS_GET(opts, tcx.relative_fd, 0); in bpf_link_create() 800 relative_id = OPTS_GET(opts, tcx.relative_id, 0); in bpf_link_create() 804 attr.link_create.tcx.relative_id = relative_id; in bpf_link_create() 807 attr.link_create.tcx.relative_fd = relative_fd; in bpf_link_create() 809 attr.link_create.tcx.expected_revision = OPTS_GET(opts, tcx.expected_revision, 0); in bpf_link_create() 810 if (!OPTS_ZEROED(opts, tcx)) in bpf_link_create()
|
D | bpf.h | 417 } tcx; member
|
D | libbpf.c | 11988 link_create_opts.tcx.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_tcx() 11989 link_create_opts.tcx.relative_fd = relative_fd; in bpf_program__attach_tcx() 11990 link_create_opts.tcx.relative_id = relative_id; in bpf_program__attach_tcx()
|
/tools/bpf/bpftool/ |
D | link.c | 449 show_link_ifindex_json(info->tcx.ifindex, json_wtr); in show_link_close_json() 450 show_link_attach_type_json(info->tcx.attach_type, json_wtr); in show_link_close_json() 785 show_link_ifindex_plain(info->tcx.ifindex); in show_link_close_plain() 786 show_link_attach_type_plain(info->tcx.attach_type); in show_link_close_plain()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1654 } tcx; member 6582 } tcx; member
|