Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/netmap/
Dnetmap_mem2.h209 struct netmap_if *
211 void netmap_mem_if_delete(struct netmap_adapter *, struct netmap_if *);
Dnetmap_mem2.c113 .objminsize = sizeof(struct netmap_if),
157 .objminsize = sizeof(struct netmap_if),
978 v = sizeof(struct netmap_if) + sizeof(ssize_t) * (txr + rxr); in netmap_mem_private_new()
1292 struct netmap_if *
1295 struct netmap_if *nifp; in netmap_mem_if_new()
1309 len = sizeof(struct netmap_if) + (nrx + ntx) * sizeof(ssize_t); in netmap_mem_if_new()
1342 netmap_mem_if_delete(struct netmap_adapter *na, struct netmap_if *nifp) in netmap_mem_if_delete()
Dnetmap.c601 static struct netmap_if*
604 struct netmap_if *nifp; in netmap_if_new()
714 netmap_do_unregif(struct netmap_priv_d *priv, struct netmap_if *nifp) in netmap_do_unregif()
1534 struct netmap_if *
1539 struct netmap_if *nifp = NULL; in netmap_do_regif()
1627 struct netmap_if *nifp; in netmap_ioctl()
Dnetmap_kern.h884 struct netmap_if *
1232 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
Dnetmap_vale.c639 struct netmap_if *nifp; in nm_bdg_attach()
/freebsd-9-stable/sys/net/
Dnetmap_user.h83 #define NETMAP_IF(_base, _ofs) _NETMAP_OFFSET(struct netmap_if *, _base, _ofs)
197 struct netmap_if * const nifp;
485 struct netmap_if *nifp = NETMAP_IF(d->mem, d->req.nr_offset); in nm_open()
488 *(struct netmap_if **)(uintptr_t)&(d->nifp) = nifp; in nm_open()
Dnetmap.h309 struct netmap_if { struct
/freebsd-9-stable/tools/tools/netmap/
Dpkt-gen.c731 struct netmap_if *nifp = targ->nmd->nifp; in pinger_body()
834 struct netmap_if *nifp = targ->nmd->nifp; in ponger_body()
981 struct netmap_if *nifp = targ->nmd->nifp; in sender_body()
1155 struct netmap_if *nifp = targ->nmd->nifp; in receiver_body()
1815 struct netmap_if *nifp = g.nmd->nifp; in main()