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),
1784 v = sizeof(struct netmap_if) + sizeof(ssize_t) * (txr + rxr); in netmap_mem_private_new()
2108 static struct netmap_if *
2112 struct netmap_if *nifp; in netmap_mem2_if_new()
2128 len = sizeof(struct netmap_if) + (ntot * sizeof(ssize_t)); in netmap_mem2_if_new()
2179 struct netmap_adapter *na, struct netmap_if *nifp) in netmap_mem2_if_delete()
2757 static struct netmap_if *
2763 struct netmap_if *nifp = NULL; in netmap_mem_pt_guest_if_new()
2771 nifp = (struct netmap_if *)((char *)(ptnmd->nm_addr) + in netmap_mem_pt_guest_if_new()
2779 struct netmap_adapter *na, struct netmap_if *nifp) in netmap_mem_pt_guest_if_delete()
2795 struct netmap_if *nifp; in netmap_mem_pt_guest_rings_create()
2806 nifp = (struct netmap_if *)((char *)ptnmd->nm_addr + ptif->nifp_offset); in netmap_mem_pt_guest_rings_create()