Searched refs:netmap_if (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/netmap/ |
| HD | netmap_mem2.h | 125 struct netmap_if * netmap_mem_if_new(struct netmap_adapter *); 126 void netmap_mem_if_delete(struct netmap_adapter *, struct netmap_if *);
|
| HD | netmap_mem2.c | 125 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 …]
|
| HD | netmap.c | 1934 struct netmap_if *nifp = NULL; in netmap_do_regif() 2083 struct netmap_if *nifp; in netmap_ioctl()
|
| HD | netmap_kern.h | 1496 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
|
| /NextBSD/sys/net/ |
| HD | netmap_user.h | 83 #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()
|
| HD | netmap.h | 314 struct netmap_if { struct
|
| /NextBSD/tools/tools/netmap/ |
| HD | pkt-gen.c | 812 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()
|