Lines Matching refs:netmap_if
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),
1785 v = sizeof(struct netmap_if) + sizeof(ssize_t) * (txr + rxr); in netmap_mem_private_new()
2109 static struct netmap_if *
2113 struct netmap_if *nifp; in netmap_mem2_if_new()
2129 len = sizeof(struct netmap_if) + (ntot * sizeof(ssize_t)); in netmap_mem2_if_new()
2180 struct netmap_adapter *na, struct netmap_if *nifp) in netmap_mem2_if_delete()
2758 static struct netmap_if *
2764 struct netmap_if *nifp = NULL; in netmap_mem_pt_guest_if_new()
2772 nifp = (struct netmap_if *)((char *)(ptnmd->nm_addr) + in netmap_mem_pt_guest_if_new()
2780 struct netmap_adapter *na, struct netmap_if *nifp) in netmap_mem_pt_guest_if_delete()
2796 struct netmap_if *nifp; in netmap_mem_pt_guest_rings_create()
2807 nifp = (struct netmap_if *)((char *)ptnmd->nm_addr + ptif->nifp_offset); in netmap_mem_pt_guest_rings_create()