Home
last modified time | relevance | path

Searched refs:netmap_if (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/dev/netmap/
HDnetmap_mem2.h125 struct netmap_if * netmap_mem_if_new(struct netmap_adapter *);
126 void netmap_mem_if_delete(struct netmap_adapter *, struct netmap_if *);
HDnetmap_mem2.c125 struct netmap_if * (*nmd_if_new)(struct netmap_adapter *);
126 void (*nmd_if_delete)(struct netmap_adapter *, struct netmap_if *);
197 NMD_DEFNACB(struct netmap_if *, if_new);
198 NMD_DEFNACB1(void, if_delete, struct netmap_if *);
320 .objminsize = sizeof(struct netmap_if),
359 .objminsize = sizeof(struct netmap_if),
1263 v = sizeof(struct netmap_if) + sizeof(ssize_t) * (txr + rxr); in netmap_mem_private_new()
1532 static struct netmap_if *
1535 struct netmap_if *nifp; in netmap_mem2_if_new()
1553 len = sizeof(struct netmap_if) + (ntot * sizeof(ssize_t)); in netmap_mem2_if_new()
[all …]
HDnetmap.c1934 struct netmap_if *nifp = NULL; in netmap_do_regif()
2083 struct netmap_if *nifp; in netmap_ioctl()
HDnetmap_kern.h1496 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
/NextBSD/sys/net/
HDnetmap_user.h83 #define NETMAP_IF(_base, _ofs) _NETMAP_OFFSET(struct netmap_if *, _base, _ofs)
198 struct netmap_if * const nifp;
549 struct netmap_if *nifp = NETMAP_IF(d->mem, d->req.nr_offset); in nm_open()
552 *(struct netmap_if **)(uintptr_t)&(d->nifp) = nifp; in nm_open()
HDnetmap.h314 struct netmap_if { struct
/NextBSD/tools/tools/netmap/
HDpkt-gen.c812 struct netmap_if *nifp = targ->nmd->nifp; in pinger_body()
920 struct netmap_if *nifp = targ->nmd->nifp; in ponger_body()
1067 struct netmap_if *nifp; in sender_body()
1252 struct netmap_if *nifp; in receiver_body()
1946 struct netmap_if *nifp = g.nmd->nifp; in main()