| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-cgroup.rst | 22 { **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 D | bpftool-net.rst | 21 *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 D | bpftool.rst | 33 **load** | **attach** | **detach** | **help** } 37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
|
| A D | bpftool-feature.rst | 71 (**prog_types**), BPF map types (**map_types**), attach types
|
| A D | bpftool-gen.rst | 69 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 D | bpftool-prog.rst | 35 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*] 166 bpftool prog attach *PROG* *ATTACH_TYPE* [*MAP*]
|
| /tools/testing/selftests/bpf/ |
| A D | flow_dissector_load.c | 62 bool attach = false; in parse_opts() local 71 attach = true; in parse_opts() 74 if (attach) in parse_opts()
|
| A D | test_cpp.cpp | 44 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 D | usbip_test.sh | 125 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 D | event-times.c | 161 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 D | recursive_attach.c | 36 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 D | ip_check_defrag.c | 81 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 D | bpftool | 398 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 D | README | 66 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 D | COPYING | 288 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 D | vmaccess.c | 46 TEST(attach) in TEST() argument
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | kvm-test-1-run-qemu.sh | 82 echo Waiting for you to attach a debug session, for example: > /dev/tty
|
| /tools/testing/selftests/net/openvswitch/ |
| A D | ovs-dpctl.py | 2109 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 D | seccomp_bpf.c | 4961 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()
|