Searched defs:nifp (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | netmap_user.h | 111 #define NETMAP_TXRING(nifp, index) _NETMAP_OFFSET(struct netmap_ring *, \ argument 114 #define NETMAP_RXRING(nifp, index) _NETMAP_OFFSET(struct netmap_ring *, \ argument 273 struct netmap_if * const nifp; member 1017 struct netmap_if *nifp = NETMAP_IF(d->mem, d->req.nr_offset); in nm_mmap() local
|
H A D | if.c | 480 struct ifnet *ifp, *nifp; in vnet_if_return() local
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_mem2.c | 269 struct netmap_if *nifp; in netmap_mem_if_new() local 2109 struct netmap_if *nifp; in netmap_mem2_if_new() local 2176 struct netmap_adapter *na, struct netmap_if *nifp) in netmap_mem2_if_delete() 2760 struct netmap_if *nifp = NULL; in netmap_mem_pt_guest_if_new() local 2776 struct netmap_adapter *na, struct netmap_if *nifp) in netmap_mem_pt_guest_if_delete() 2792 struct netmap_if *nifp; in netmap_mem_pt_guest_rings_create() local
|
H A D | netmap.c | 2562 struct netmap_if *nifp = NULL; in netmap_do_regif() local 2782 struct netmap_if *nifp; in netmap_ioctl() local
|
/freebsd/lib/libnetmap/ |
H A D | libnetmap.h | 198 struct netmap_if *nifp; /* pointer to the netmap_if */ member
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | 1387 struct netmap_if *nifp = targ->nmd->nifp; in ping_body() local 1586 struct netmap_if *nifp = targ->nmd->nifp; in pong_body() local 1680 struct netmap_if *nifp; in sender_body() local 1927 struct netmap_if *nifp; in receiver_body() local 3297 struct netmap_if *nifp = g.nmd->nifp; in main() local
|
/freebsd/usr.sbin/ifmcstat/ |
H A D | ifmcstat.c | 331 struct ifnet *ifp, *nifp, ifnet; in ifmcstat_kvm() local
|
/freebsd/sys/netinet/ |
H A D | ip_mroute.c | 752 int nifp; in X_ip_mrouter_done() local
|