Home
last modified time | relevance | path

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

/freebsd/lib/libnetmap/
H A Dlibnetmap.h194 struct nmreq_opt_extmem *extmem;
H A Dnmreq.c681 struct nmreq_opt_extmem *e = (struct nmreq_opt_extmem *)d->hdr.nr_options;
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c1079 struct nmreq_opt_extmem *e) in push_extmem_option()
1101 pop_extmem_option(struct TestContext *ctx, struct nmreq_opt_extmem *exp) in pop_extmem_option()
1103 struct nmreq_opt_extmem *e; in pop_extmem_option()
1106 e = (struct nmreq_opt_extmem *)(uintptr_t)ctx->nr_opt; in pop_extmem_option()
1135 struct nmreq_opt_extmem e, save; in _extmem_option()
1214 struct nmreq_opt_extmem e1, save1, e2, save2; in duplicate_extmem_options()
/freebsd/sys/net/
H A Dnetmap.h952 struct nmreq_opt_extmem { struct
/freebsd/sys/dev/netmap/
H A Dnetmap.c2798 struct nmreq_opt_extmem *e = in netmap_ioctl()
2799 (struct nmreq_opt_extmem *)opt; in netmap_ioctl()
3285 rv = sizeof(struct nmreq_opt_extmem); in nmreq_opt_size_by_type()