Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetmap.h508 uint64_t nro_size; member
/freebsd/sys/dev/netmap/
H A Dnetmap.c3275 nmreq_opt_size_by_type(uint32_t nro_reqtype, uint64_t nro_size) in nmreq_opt_size_by_type() argument
3289 if (nro_size >= rv) in nmreq_opt_size_by_type()
3290 rv = nro_size; in nmreq_opt_size_by_type()
3502 opt->nro_size); in nmreq_copyin()
3504 if ((optsz > NETMAP_REQ_MAXSIZE) || (opt->nro_size > NETMAP_REQ_MAXSIZE) in nmreq_copyin()
3590 src->nro_size); in nmreq_copyout()
H A Dnetmap_kloop.c674 if (opt->nro_size != sizeof(*eventfds_opt) + in netmap_sync_kloop()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c1437 evopt->nro_opt.nro_size = opt_size; in sync_kloop_eventfds()