Home
last modified time | relevance | path

Searched refs:nmreq_port_hdr (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
HDnetmap_legacy.c174 struct nmreq_port_hdr *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy()
328 struct nmreq_port_hdr *req = in nmreq_to_legacy()
329 (struct nmreq_port_hdr *)(uintptr_t)hdr->nr_body; in nmreq_to_legacy()
HDnetmap.c2677 struct nmreq_port_hdr *req = in netmap_ioctl()
2678 (struct nmreq_port_hdr *)(uintptr_t)hdr->nr_body; in netmap_ioctl()
2721 struct nmreq_port_hdr *req = in netmap_ioctl()
2722 (struct nmreq_port_hdr *)(uintptr_t)hdr->nr_body; in netmap_ioctl()
2940 return sizeof(struct nmreq_port_hdr); in nmreq_size_by_type()
/freebsd-11-stable/sys/net/
HDnetmap.h688 struct nmreq_port_hdr { struct
/freebsd-11-stable/tests/sys/netmap/
HDctrl-api-test.c569 struct nmreq_port_hdr req; in port_hdr_set_and_get()