Searched refs:do_detach (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/samples/bpf/ |
D | xdp_sample_pkts_user.c | 48 static int do_detach(int idx, const char *name) in do_detach() function 95 do_detach(if_idx, if_name); in sig_handler()
|
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-6.1.9/tools/bpf/bpftool/ |
D | link.c | 433 static int do_detach(int argc, char **argv) in do_detach() function 488 { "detach", do_detach },
|
D | cgroup.c | 570 static int do_detach(int argc, char **argv) in do_detach() function 647 { "detach", do_detach },
|
D | net.c | 611 static int do_detach(int argc, char **argv) in do_detach() function 749 { "detach", do_detach },
|
D | prog.c | 1078 static int do_detach(int argc, char **argv) in do_detach() function 2387 { "detach", do_detach },
|
/linux-6.1.9/drivers/iommu/amd/ |
D | iommu.c | 1663 static void do_detach(struct iommu_dev_data *dev_data) in do_detach() function 1834 do_detach(dev_data); in detach_device() 1976 do_detach(entry); in cleanup_domain()
|