Home
last modified time | relevance | path

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

/tools/bpf/bpftool/Documentation/
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**
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**
Dbpftool.rst33 **load** | **attach** | **detach** | **help** }
37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
Dbpftool-feature.rst71 (**prog_types**), BPF map types (**map_types**), attach types
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 */
Dbpftool-prog.rst35 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
159 bpftool prog attach *PROG* *ATTACH_TYPE* [*MAP*]
/tools/testing/selftests/bpf/
Dflow_dissector_load.c62 bool attach = false; in parse_opts() local
71 attach = true; in parse_opts()
74 if (attach) in parse_opts()
Dtest_cpp.cpp44 int attach() { return T::attach(skel); } in attach() function in Skeleton
84 err = skel.attach(); in try_skeleton_template()
Dtest_flow_dissector.sh30 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 \
DDENYLIST.aarch645 module_attach # prog 'kprobe_multi': failed to auto-attach: -95
/tools/testing/selftests/drivers/usb/usbip/
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/
Devent-times.c163 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/
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()
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/
Dbpftool398 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/
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
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/
Dvmaccess.c46 TEST(attach) in TEST() argument
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run-qemu.sh82 echo Waiting for you to attach a debug session, for example: > /dev/tty
/tools/testing/selftests/net/openvswitch/
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,