| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sockopt_multi.c | 22 goto detach; in run_getsockopt_test() 30 goto detach; in run_getsockopt_test() 36 goto detach; in run_getsockopt_test() 47 goto detach; in run_getsockopt_test() 54 goto detach; in run_getsockopt_test() 60 goto detach; in run_getsockopt_test() 72 goto detach; in run_getsockopt_test() 79 goto detach; in run_getsockopt_test() 85 goto detach; in run_getsockopt_test() 151 detach: in run_getsockopt_test() [all …]
|
| A D | recursive_attach.c | 36 static void test_recursive_fentry_chain(bool attach, bool detach) in test_recursive_fentry_chain() argument 80 if (detach) { in test_recursive_fentry_chain()
|
| A D | sk_lookup.c | 477 goto detach; in query_lookup_prog() 480 goto detach; in query_lookup_prog() 486 goto detach; in query_lookup_prog() 492 goto detach; in query_lookup_prog() 495 goto detach; in query_lookup_prog() 517 goto detach; in query_lookup_prog() 527 detach: in query_lookup_prog() 816 goto detach; in drop_on_lookup() 843 detach: in drop_on_lookup() 934 goto detach; in drop_on_reuseport() [all …]
|
| A D | sockmap_listen.c | 739 goto detach; in test_skb_redir_to_connected() 745 detach: in test_skb_redir_to_connected() 859 goto detach; in test_skb_redir_to_listening() 865 detach: in test_skb_redir_to_listening() 964 goto detach; in test_skb_redir_partial() 969 detach: in test_skb_redir_partial()
|
| A D | sockmap_basic.c | 997 goto detach; in test_sockmap_skb_verdict_vsock_poll() 1000 goto detach; in test_sockmap_skb_verdict_vsock_poll() 1004 goto detach; in test_sockmap_skb_verdict_vsock_poll() 1008 detach: in test_sockmap_skb_verdict_vsock_poll()
|
| /tools/testing/selftests/drivers/usb/usbip/ |
| A D | usbip_test.sh | 157 src/usbip detach -p 00; 158 src/usbip detach -p 01; 166 src/usbip detach -p 00; 167 src/usbip detach -p 01; 171 src/usbip detach -p 100;
|
| /tools/testing/selftests/bpf/ |
| A D | flow_dissector_load.c | 63 bool detach = false; in parse_opts() local 69 if (detach) in parse_opts() 76 detach = true; in parse_opts() 93 if (detach) in parse_opts()
|
| A D | test_cpp.cpp | 46 void detach() { return T::detach(skel); } in detach() function in Skeleton 97 skel.detach(); in try_skeleton_template()
|
| /tools/perf/tests/ |
| A D | event-times.c | 162 int (detach)(struct evlist *)) in test_times() 197 TEST_ASSERT_VAL("failed to detach", !detach(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/bpf/bpftool/Documentation/ |
| A D | bpftool.rst | 33 **load** | **attach** | **detach** | **help** } 35 *LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** } 37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
|
| A D | bpftool-net.rst | 21 *COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** } 28 | **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME* 75 bpftool net detach *ATTACH_TYPE* dev *NAME* 77 by *ATTACH_TYPE*. To detach bpf program, same *ATTACH_TYPE* previously used 177 | **# bpftool net detach xdpdrv dev enp6s0np0** 196 | **# bpftool net detach tcx_ingress dev lo**
|
| A D | bpftool-link.rst | 28 | **bpftool** **link detach** *LINK* 54 bpftool link detach *LINK* 55 Force-detach link *LINK*. BPF link and its underlying BPF program will stay
|
| A D | bpftool-cgroup.rst | 22 { **show** | **list** | **tree** | **attach** | **detach** | **help** } 30 | **bpftool** **cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG* 124 bpftool cgroup detach *CGROUP* *ATTACH_TYPE* *PROG* 153 | **# bpftool cgroup detach /sys/fs/cgroup/test.slice/ device id 1**
|
| A D | bpftool-gen.rst | 73 support to detach programs and free up resources. 114 This pair of functions allow to attach and detach, correspondingly, 119 **example__detach** will detach both links created automatically, as well 381 /* detach and re-attach sys_exit program */
|
| A D | bpftool-prog.rst | 36 | **bpftool** **prog detach** *PROG* *ATTACH_TYPE* [*MAP*] 171 bpftool prog detach *PROG* *ATTACH_TYPE* [*MAP*]
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 398 attach|detach) 598 COMPREPLY=( $( compgen -W 'dump help pin attach detach \ 1045 attach|detach) 1086 COMPREPLY=( $( compgen -W 'help attach detach \ 1142 detach) 1157 show list attach detach' -- "$cur" ) ) 1187 show|list|pin|detach) 1204 pin|detach) 1214 COMPREPLY=( $( compgen -W 'help pin detach show list' -- "$cur" ) )
|
| /tools/usb/usbip/ |
| A D | README | 120 client:# usbip detach --port <port> 239 deux:# usbip detach --port 0
|
| /tools/lib/bpf/ |
| A D | libbpf_internal.h | 180 int (*detach)(struct bpf_link *link); member
|
| A D | libbpf.c | 10758 if (!link->disconnected && link->detach) in bpf_link__destroy() 10759 err = link->detach(link); in bpf_link__destroy() 10802 link->detach = &bpf_link__detach_fd; in bpf_link__open() 10933 link->link.detach = &bpf_link_perf_detach; in bpf_program__attach_perf_event_opts() 11731 link->detach = &bpf_link__detach_fd; in bpf_program__attach_kprobe_multi_opts() 12217 link->detach = &bpf_link__detach_fd; in bpf_program__attach_uprobe_multi() 12673 link->detach = &bpf_link__detach_fd; in bpf_program__attach_raw_tracepoint_opts() 12756 link->detach = &bpf_link__detach_fd; in bpf_program__attach_btf_id() 12818 link->detach = &bpf_link__detach_fd; in bpf_program_attach_fd() 13016 link->detach = &bpf_link__detach_fd; in bpf_program__attach_iter() [all …]
|
| A D | usdt.c | 1012 link->link.detach = &bpf_link_usdt_detach; in usdt_manager_attach_usdt()
|
| /tools/testing/selftests/net/openvswitch/ |
| A D | ovs-dpctl.py | 2192 def detach(self, dpindex, vport_ifname): member in OvsVport 2740 rep = ovsvp.detach(rep["dpifindex"], args.delif)
|