| /tools/bpf/bpftool/Documentation/ |
| 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**
|
| 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**
|
| D | bpftool.rst | 33 **load** | **attach** | **detach** | **help** } 37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
|
| D | bpftool-feature.rst | 71 (**prog_types**), BPF map types (**map_types**), attach types
|
| 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 */
|
| D | bpftool-prog.rst | 35 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*] 159 bpftool prog attach *PROG* *ATTACH_TYPE* [*MAP*]
|
| /tools/testing/selftests/bpf/ |
| 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()
|
| D | test_cpp.cpp | 44 int attach() { return T::attach(skel); } in attach() function in Skeleton 84 err = skel.attach(); in try_skeleton_template()
|
| D | test_flow_dissector.sh | 30 if ! unshare --net $bpftool prog attach pinned \ 36 $bpftool prog attach pinned /sys/fs/bpf/flow/_dissect \ 39 if unshare --net $bpftool prog attach pinned \
|
| D | DENYLIST.aarch64 | 5 module_attach # prog 'kprobe_multi': failed to auto-attach: -95
|
| /tools/testing/selftests/drivers/usb/usbip/ |
| 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/ |
| D | event-times.c | 163 static int test_times(int (attach)(struct evlist *), in test_times() 188 err = attach(evlist); in test_times() 223 #define _T(attach, detach) \ in test__event_times() argument 224 err = test_times(attach, detach); \ in test__event_times()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| 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/ |
| D | bpftool | 398 attach|detach) 584 COMPREPLY=( $( compgen -W 'dump help pin attach detach \ 1026 attach|detach) 1034 # Then check for attach type. This is done outside of the 1035 # "case $prev in" to avoid writing the whole list of attach 1053 elif [[ "$command" == "attach" ]]; then 1054 # We have an attach type on the command line, 1058 # we need attach flags for "attach" commamnd. 1067 COMPREPLY=( $( compgen -W 'help attach detach \ 1089 attach) [all …]
|
| /tools/usb/usbip/ |
| 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
|
| 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/ |
| D | vmaccess.c | 46 TEST(attach) in TEST() argument
|
| /tools/testing/selftests/rcutorture/bin/ |
| 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/ |
| 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,
|