Home
last modified time | relevance | path

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

/freebsd-13.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),
1988 static struct netmap_if *
1991 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.c2310 struct netmap_if *nifp = NULL; in netmap_do_regif()
2518 struct netmap_if *nifp; in netmap_ioctl()
H A Dnetmap_kern.h1939 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
/freebsd-13.1/lib/libnetmap/
H A Dlibnetmap.h183 struct netmap_if *nifp; /* pointer to the netmap_if */
/freebsd-13.1/sys/net/
H A Dnetmap_user.h110 #define NETMAP_IF(_base, _ofs) _NETMAP_OFFSET(struct netmap_if *, _base, _ofs)
257 struct netmap_if * const nifp;
996 struct netmap_if *nifp = NETMAP_IF(d->mem, d->req.nr_offset); in nm_mmap()
1003 *(struct netmap_if **)(uintptr_t)&(d->nifp) = nifp; in nm_mmap()
H A Dnetmap.h359 struct netmap_if { struct
/freebsd-13.1/tools/tools/netmap/
H A Dpkt-gen.c1304 struct netmap_if *nifp = targ->nmd->nifp; in ping_body()
1495 struct netmap_if *nifp = targ->nmd->nifp; in pong_body()
1578 struct netmap_if *nifp; in sender_body()
1815 struct netmap_if *nifp; in receiver_body()
3183 struct netmap_if *nifp = g.nmd->nifp; in main()