Searched refs:do_detach (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/samples/bpf/ |
D | xdp_fwd_user.c | 50 static int do_detach(int idx, const char *name) in do_detach() function 159 err = do_detach(idx, argv[i]); in main()
|
D | xdp_sample_pkts_user.c | 49 static int do_detach(int idx, const char *name) in do_detach() function 96 do_detach(if_idx, if_name); in sig_handler()
|
/Linux-v5.10/tools/bpf/bpftool/ |
D | cgroup.c | 439 static int do_detach(int argc, char **argv) in do_detach() function 515 { "detach", do_detach },
|
D | link.c | 362 static int do_detach(int argc, char **argv) in do_detach() function 416 { "detach", do_detach },
|
D | net.c | 612 static int do_detach(int argc, char **argv) in do_detach() function 749 { "detach", do_detach },
|
D | prog.c | 980 static int do_detach(int argc, char **argv) in do_detach() function 2129 { "detach", do_detach },
|
/Linux-v5.10/drivers/iommu/amd/ |
D | iommu.c | 2007 static void do_detach(struct iommu_dev_data *dev_data) in do_detach() function 2197 do_detach(dev_data); in detach_device() 2396 do_detach(entry); in cleanup_domain()
|