Home
last modified time | relevance | path

Searched refs:nro_next (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libnetmap/
H A Dnmreq.c73 o->nro_next = h->nr_options; in nmreq_push_option()
616 nmo = (struct nmreq_option **)&(*nmo)->nro_next) { in nmreq_remove_option()
618 *((uint64_t *)(*nmo)) = o->nro_next; in nmreq_remove_option()
619 o->nro_next = (uint64_t)(uintptr_t)NULL; in nmreq_remove_option()
637 next = (struct nmreq_option *)(uintptr_t)o->nro_next; in nmreq_free_options()
683 printf(" nro_opt.nro_next: %lx\n", (unsigned long)e->nro_opt.nro_next);
H A Dlibnetmap.h615 (o_) = (struct nmreq_option *)((uintptr_t)((o_)->nro_next)))
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c956 opt->nro_next = (uintptr_t)ctx->nr_opt; in push_option()
969 if (opt->nro_next != exp->nro_next) { in checkoption()
971 (void *)(uintptr_t)opt->nro_next, in checkoption()
972 (void *)(uintptr_t)exp->nro_next); in checkoption()
1018 opt.nro_next = (uintptr_t)&opt; in infinite_options()
1035 opt.nro_next = (uintptr_t)&opt; in infinite_options2()
1107 ctx->nr_opt = (struct nmreq_option *)(uintptr_t)ctx->nr_opt->nro_next; in pop_extmem_option()
1434 evopt->nro_opt.nro_next = 0; in sync_kloop_eventfds()
/freebsd/sys/net/
H A Dnetmap.h497 uint64_t nro_next; member
/freebsd/sys/dev/netmap/
H A Dnetmap.c3462 *ptrs = opt->nro_next; in nmreq_copyin()
3468 nsrc = (struct nmreq_option *)opt->nro_next; in nmreq_copyin()
3469 opt->nro_next = 0; in nmreq_copyin()
3521 next = (struct nmreq_option **)&opt->nro_next; in nmreq_copyin()
3529 src = (struct nmreq_option *)src->nro_next) { in nmreq_copyin()
3576 next = src->nro_next; in nmreq_copyout()
3578 src->nro_next = *ptrs; in nmreq_copyout()
3632 opt = (struct nmreq_option *)(uintptr_t)opt->nro_next) in nmreq_checkoptions()