Home
last modified time | relevance | path

Searched refs:nmreq (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_legacy.c61 nmreq_register_from_legacy(struct nmreq *nmr, struct nmreq_header *hdr, in nmreq_register_from_legacy()
122 nmreq_from_legacy(struct nmreq *nmr, u_long ioctl_cmd) in nmreq_from_legacy()
275 nmreq_register_to_legacy(const struct nmreq_register *req, struct nmreq *nmr) in nmreq_register_to_legacy()
291 nmreq_to_legacy(struct nmreq_header *hdr, struct nmreq *nmr) in nmreq_to_legacy()
370 struct nmreq *nmr = (struct nmreq *) data; in netmap_ioctl_legacy()
415 struct nmreq *nmr = (struct nmreq *)data; in netmap_ioctl_legacy()
/freebsd/sys/net/
H A Dnetmap_legacy.h150 struct nmreq { struct
252 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */
253 #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */
H A Dnetmap_user.h276 struct nmreq req; /* also contains the nr_name = ifname */
349 static struct nm_desc *nm_open(const char *ifname, const struct nmreq *req,
495 szIn = sizeof(struct nmreq); in win_nm_ioctl_internal()
496 szOut = sizeof(struct nmreq); in win_nm_ioctl_internal()
830 nm_open(const char *ifname, const struct nmreq *req, in nm_open()
/freebsd/lib/libnetmap/
H A DMakefile9 nmctx-pthreads.c nmreq.c
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_netmap.c60 nmreq_init(struct nmreq *req, char *ifname) in nmreq_init()
72 struct nmreq req; in netmap_set_vnet_hdr_len()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c318 struct nmreq req; in niocregif()