Searched refs:netmap_if (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | netmap_mem2.h | 134 struct netmap_if * netmap_mem_if_new(struct netmap_adapter *, struct netmap_priv_d *); 135 void netmap_mem_if_delete(struct netmap_adapter *, struct netmap_if *);
|
H A D | netmap_mem2.c | 152 struct netmap_if * (*nmd_if_new)(struct netmap_mem_d *, 155 struct netmap_adapter *, struct netmap_if *); 266 struct netmap_if * 269 struct netmap_if *nifp; in netmap_mem_if_new() 280 netmap_mem_if_delete(struct netmap_adapter *na, struct netmap_if *nif) in netmap_mem_if_delete() 542 .objminsize = sizeof(struct netmap_if), 598 .objminsize = sizeof(struct netmap_if), 1781 v = sizeof(struct netmap_if) + sizeof(ssize_t) * (txr + rxr); in netmap_mem_private_new() 2105 static struct netmap_if * 2109 struct netmap_if *nifp; in netmap_mem2_if_new() [all …]
|
H A D | netmap.c | 2562 struct netmap_if *nifp = NULL; in netmap_do_regif() 2782 struct netmap_if *nifp; in netmap_ioctl()
|
H A D | netmap_kern.h | 2047 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 109 #define NETMAP_IF(_base, _ofs) _NETMAP_OFFSET(struct netmap_if *, _base, _ofs) 273 struct netmap_if * const nifp; 1017 struct netmap_if *nifp = NETMAP_IF(d->mem, d->req.nr_offset); in nm_mmap() 1024 *(struct netmap_if **)(uintptr_t)&(d->nifp) = nifp; in nm_mmap()
|
H A D | netmap.h | 373 struct netmap_if { struct
|
/freebsd/lib/libnetmap/ |
H A D | libnetmap.h | 198 struct netmap_if *nifp; /* pointer to the netmap_if */
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | 1387 struct netmap_if *nifp = targ->nmd->nifp; in ping_body() 1586 struct netmap_if *nifp = targ->nmd->nifp; in pong_body() 1680 struct netmap_if *nifp; in sender_body() 1927 struct netmap_if *nifp; in receiver_body() 3297 struct netmap_if *nifp = g.nmd->nifp; in main()
|