Searched refs:do_detach (Results 1 – 6 of 6) sorted by relevance
/linux/samples/bpf/ |
H A D | xdp_fwd_user.c | 50 static int do_detach(int ifindex, const char *ifname, const char *app_name) in do_detach() function 215 err = do_detach(idx, argv[i], prog_name); in main()
|
/linux/tools/bpf/bpftool/ |
H A D | cgroup.c | 604 static int do_detach(int argc, char **argv) in do_detach() function 681 { "detach", do_detach },
|
H A D | net.c | 747 static int do_detach(int argc, char **argv) in do_detach() function 1010 { "detach", do_detach },
|
H A D | link.c | 1181 static int do_detach(int argc, char **argv) in do_detach() function 1236 { "detach", do_detach },
|
H A D | prog.c | 1087 static int do_detach(int argc, char **argv) in do_detach() function 2516 { "detach", do_detach },
|
/linux/drivers/iommu/amd/ |
H A D | iommu.c | 2051 static void do_detach(struct iommu_dev_data *dev_data) in do_detach() function 2138 do_detach(dev_data); in detach_device() 2252 do_detach(entry); in cleanup_domain()
|