Searched refs:do_detach (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/samples/bpf/ |
D | xdp_fwd_user.c | 48 static int do_detach(int idx, const char *name) in do_detach() function 148 err = do_detach(idx, argv[i]); in main()
|
D | xdp_sample_pkts_user.c | 50 static int do_detach(int idx, const char *name) in do_detach() function 97 do_detach(if_idx, if_name); in sig_handler()
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | cgroup.c | 434 static int do_detach(int argc, char **argv) in do_detach() function 512 { "detach", do_detach },
|
D | net.c | 346 static int do_detach(int argc, char **argv) in do_detach() function 483 { "detach", do_detach },
|
D | prog.c | 732 static int do_detach(int argc, char **argv) in do_detach() function 1443 { "detach", do_detach },
|
/Linux-v5.4/drivers/iommu/ |
D | amd_iommu.c | 2061 static void do_detach(struct iommu_dev_data *dev_data) in do_detach() function 2252 do_detach(dev_data); in detach_device() 2919 do_detach(entry); in cleanup_domain()
|