Home
last modified time | relevance | path

Searched refs:nro_next (Results 1 – 6 of 6) 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/tools/test/stress2/misc/
H A Dsyzkaller98.sh185 // nro_next: ptr[in, nmreq_option_types\$netmap_cdevsw] {
188 // nro_next: nil
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c954 opt->nro_next = (uintptr_t)ctx->nr_opt; in push_option()
967 if (opt->nro_next != exp->nro_next) { in checkoption()
969 (void *)(uintptr_t)opt->nro_next, in checkoption()
970 (void *)(uintptr_t)exp->nro_next); in checkoption()
1016 opt.nro_next = (uintptr_t)&opt; in infinite_options()
1033 opt.nro_next = (uintptr_t)&opt; in infinite_options2()
1105 ctx->nr_opt = (struct nmreq_option *)(uintptr_t)ctx->nr_opt->nro_next; in pop_extmem_option()
1432 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()
3522 next = (struct nmreq_option **)&opt->nro_next; in nmreq_copyin()
3530 src = (struct nmreq_option *)src->nro_next) { in nmreq_copyin()
3577 next = src->nro_next; in nmreq_copyout()
3579 src->nro_next = *ptrs; in nmreq_copyout()
3633 opt = (struct nmreq_option *)(uintptr_t)opt->nro_next) in nmreq_checkoptions()