Searched refs:base_req (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c688 /* we need base_req to specify pipes and extra bufs */
689 struct nmreq base_req; local
690 memset(&base_req, 0, sizeof(base_req));
692 base_req.nr_arg1 = npipes;
693 base_req.nr_arg3 = glob_arg.extra_bufs;
695 rxport->nmd = nm_open(glob_arg.ifname, &base_req, 0, NULL);

Completed in 100 milliseconds