Lines Matching refs:nr_body
139 hdr->nr_body = (uintptr_t)NULL; in nmreq_from_legacy()
148 hdr->nr_body = (uintptr_t)req; in nmreq_from_legacy()
158 hdr->nr_body = (uintptr_t)req; in nmreq_from_legacy()
173 hdr->nr_body = (uintptr_t)nm_os_malloc(sizeof(struct nmreq_vale_detach)); in nmreq_from_legacy()
180 hdr->nr_body = (uintptr_t)req; in nmreq_from_legacy()
189 hdr->nr_body = (uintptr_t)req; in nmreq_from_legacy()
206 hdr->nr_body = (uintptr_t)req; in nmreq_from_legacy()
238 hdr->nr_body = (uintptr_t)req; in nmreq_from_legacy()
246 hdr->nr_body = (uintptr_t)req; in nmreq_from_legacy()
264 if (hdr->nr_body) { in nmreq_from_legacy()
265 nm_os_free((void *)(uintptr_t)hdr->nr_body); in nmreq_from_legacy()
300 (struct nmreq_register *)(uintptr_t)hdr->nr_body; in nmreq_to_legacy()
306 (struct nmreq_port_info_get *)(uintptr_t)hdr->nr_body; in nmreq_to_legacy()
317 (struct nmreq_vale_attach *)(uintptr_t)hdr->nr_body; in nmreq_to_legacy()
326 (struct nmreq_vale_list *)(uintptr_t)hdr->nr_body; in nmreq_to_legacy()
335 (struct nmreq_port_hdr *)(uintptr_t)hdr->nr_body; in nmreq_to_legacy()
341 (struct nmreq_vale_newif *)(uintptr_t)hdr->nr_body; in nmreq_to_legacy()
387 if (hdr->nr_body) { in netmap_ioctl_legacy()
388 nm_os_free((void *)(uintptr_t)hdr->nr_body); in netmap_ioctl_legacy()