Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 19 of 19) sorted by relevance

/tools/bpf/bpftool/Documentation/
A Dbpftool-cgroup.rst22 { **show** | **list** | **tree** | **attach** | **detach** | **help** }
29 | **bpftool** **cgroup attach** *CGROUP* *ATTACH_TYPE* *PROG* [*ATTACH_FLAGS*]
55 Output will start with program ID followed by attach type, attach flags and
67 with absolute cgroup path, followed by program ID, attach type, attach
74 bpftool cgroup attach *CGROUP* *ATTACH_TYPE* *PROG* [*ATTACH_FLAGS*]
75 Attach program *PROG* to the cgroup *CGROUP* with attach type *ATTACH_TYPE*
83 Only one program is allowed to be attached to a cgroup with no attach flags
85 program and attach the new one.
125 Detach *PROG* from the cgroup *CGROUP* and attach type *ATTACH_TYPE*.
143 | **# bpftool cgroup attach /sys/fs/cgroup/test.slice/ device id 1 allow_multi**
A Dbpftool-net.rst21 *COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
27 | **bpftool** **net attach** *ATTACH_TYPE* *PROG* **dev** *NAME* [ **overwrite** ]
61 bpftool net attach *ATTACH_TYPE* *PROG* dev *NAME* [ overwrite ]
78 for attach must be specified. Currently, only XDP-related modes are
157 | **# bpftool net attach xdpdrv id 16 dev enp6s0np0**
166 | **# bpftool net attach xdpdrv id 16 dev enp6s0np0**
167 | **# bpftool net attach xdpdrv id 20 dev enp6s0np0 overwrite**
176 | **# bpftool net attach xdpdrv id 16 dev enp6s0np0**
185 | **# bpftool net attach tcx_ingress name tc_prog dev lo**
195 | **# bpftool net attach tcx_ingress name tc_prog dev lo**
A Dbpftool.rst33 **load** | **attach** | **detach** | **help** }
37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
A Dbpftool-feature.rst71 (**prog_types**), BPF map types (**map_types**), attach types
A Dbpftool-gen.rst69 can't be automatically attached by libbpf, user can attach them manually,
114 This pair of functions allow to attach and detach, correspondingly,
381 /* detach and re-attach sys_exit program */
A Dbpftool-prog.rst35 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
166 bpftool prog attach *PROG* *ATTACH_TYPE* [*MAP*]
/tools/testing/selftests/bpf/
A Dflow_dissector_load.c62 bool attach = false; in parse_opts() local
71 attach = true; in parse_opts()
74 if (attach) in parse_opts()
A Dtest_cpp.cpp44 int attach() { return T::attach(skel); } in attach() function in Skeleton
84 err = skel.attach(); in try_skeleton_template()
/tools/testing/selftests/drivers/usb/usbip/
A Dusbip_test.sh125 src/usbip attach -r localhost -b $busid;
141 src/usbip attach -r localhost -b $busid;
153 src/usbip attach -r localhost -b $busid;
/tools/perf/tests/
A Devent-times.c161 static int test_times(int (attach)(struct evlist *), in test_times()
186 err = attach(evlist); in test_times()
222 #define _T(attach, detach) \ in test__event_times() argument
223 err = test_times(attach, detach); \ in test__event_times()
/tools/testing/selftests/bpf/prog_tests/
A Drecursive_attach.c36 static void test_recursive_fentry_chain(bool attach, bool detach) in test_recursive_fentry_chain() argument
74 if (attach) { in test_recursive_fentry_chain()
A Dip_check_defrag.c81 static int attach(struct ip_check_defrag *skel, bool ipv6) in attach() function
186 if (!ASSERT_OK(attach(skel, ipv6), "attach")) in test_bpf_ip_check_defrag_ok()
/tools/bpf/bpftool/bash-completion/
A Dbpftool398 attach|detach)
598 COMPREPLY=( $( compgen -W 'dump help pin attach detach \
1045 attach|detach)
1053 # Then check for attach type. This is done outside of the
1054 # "case $prev in" to avoid writing the whole list of attach
1072 elif [[ "$command" == "attach" ]]; then
1073 # We have an attach type on the command line,
1077 # we need attach flags for "attach" commamnd.
1086 COMPREPLY=( $( compgen -W 'help attach detach \
1108 attach)
[all …]
/tools/usb/usbip/
A DREADME66 server:# (Physically attach your USB device.)
104 To attach new device to client machine below commands should be used:
112 client:# usbip attach --remote <host> --busid 1-2
128 Physically attach your USB devices to this host.
223 deux:# usbip attach --remote 10.0.0.3 --busid 1-1
A DCOPYING288 To do so, attach the following notices to the program. It is safest
289 to attach them to the start of each source file to most effectively
/tools/testing/selftests/ptrace/
A Dvmaccess.c46 TEST(attach) in TEST() argument
/tools/testing/selftests/rcutorture/bin/
A Dkvm-test-1-run-qemu.sh82 echo Waiting for you to attach a debug session, for example: > /dev/tty
/tools/testing/selftests/net/openvswitch/
A Dovs-dpctl.py2109 def attach(self, dpindex, vport_ifname, ptype, dport, lwt): member in OvsVport
2724 rep = ovsvp.attach(rep["dpifindex"], args.addif, args.ptype,
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c4961 bool attach; in FIXTURE_VARIANT() local
4965 .attach = true, in FIXTURE_VARIANT_ADD()
4969 .attach = false, in FIXTURE_VARIANT_ADD()
4983 if (!variant->attach) in FIXTURE_SETUP()

Completed in 727 milliseconds