Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_mem2.h135 struct netmap_if * netmap_mem_if_new(struct netmap_adapter *, struct netmap_priv_d *);
136 void netmap_mem_if_delete(struct netmap_adapter *, struct netmap_if *);
H A Dnetmap_mem2.c154 struct netmap_if * (*nmd_if_new)(struct netmap_adapter *,
263 struct netmap_if *
266 struct netmap_if *nifp; in netmap_mem_if_new()
540 .objminsize = sizeof(struct netmap_if),
594 .objminsize = sizeof(struct netmap_if),
1987 static struct netmap_if *
1990 struct netmap_if *nifp; in netmap_mem2_if_new()
2632 static struct netmap_if *
2637 struct netmap_if *nifp = NULL; in netmap_mem_pt_guest_if_new()
2645 nifp = (struct netmap_if *)((char *)(ptnmd->nm_addr) + in netmap_mem_pt_guest_if_new()
[all …]
H A Dnetmap.c2291 struct netmap_if *nifp = NULL; in netmap_do_regif()
2499 struct netmap_if *nifp; in netmap_ioctl()
H A Dnetmap_kern.h1925 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
/freebsd-12.1/sys/net/
H A Dnetmap_user.h110 #define NETMAP_IF(_base, _ofs) _NETMAP_OFFSET(struct netmap_if *, _base, _ofs)
259 struct netmap_if * const nifp;
1003 struct netmap_if *nifp = NETMAP_IF(d->mem, d->req.nr_offset); in nm_mmap()
1010 *(struct netmap_if **)(uintptr_t)&(d->nifp) = nifp; in nm_mmap()
H A Dnetmap.h356 struct netmap_if { struct
/freebsd-12.1/tools/tools/netmap/
H A Dpkt-gen.c1285 struct netmap_if *nifp = targ->nmd->nifp; in ping_body()
1476 struct netmap_if *nifp = targ->nmd->nifp; in pong_body()
1559 struct netmap_if *nifp; in sender_body()
1796 struct netmap_if *nifp; in receiver_body()
3152 struct netmap_if *nifp = g.nmd->nifp; in main()