Searched refs:do_attach (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/samples/bpf/ |
| H A D | xdp_fwd_user.c | 32 static int do_attach(int idx, int prog_fd, int map_fd, const char *name) in do_attach() function 219 err = do_attach(idx, prog_fd, map_fd, argv[i]); in main()
|
| /linux-6.15/drivers/iommu/iommufd/ |
| H A D | device.c | 814 attach_fn do_attach) in iommufd_device_auto_get_domain() argument 823 bool immediate_attach = do_attach == iommufd_device_do_attach; in iommufd_device_auto_get_domain() 841 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain() 868 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain() 891 u32 *pt_id, attach_fn do_attach) in iommufd_device_change_pt() argument 906 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_change_pt() 916 pt_id, do_attach); in iommufd_device_change_pt()
|
| /linux-6.15/drivers/macintosh/ |
| H A D | therm_windtunnel.c | 304 static void do_attach(struct i2c_adapter *adapter) in do_attach() function 474 do_attach(adap); in therm_of_probe()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | cgroup.c | 544 static int do_attach(int argc, char **argv) in do_attach() function 680 { "attach", do_attach },
|
| H A D | net.c | 680 static int do_attach(int argc, char **argv) in do_attach() function 1009 { "attach", do_attach },
|
| H A D | prog.c | 1072 static int do_attach(int argc, char **argv) in do_attach() function 2523 { "attach", do_attach },
|