Home
last modified time | relevance | path

Searched refs:nm_open (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/net/
Dnetmap_user.h338 static struct nm_desc *nm_open(const char *ifname, const struct nmreq *req,
819 nm_open(const char *ifname, const struct nmreq *req, in nm_open() function
966 { (void *)nm_open, (void *)nm_inject, in nm_close()
/freebsd-12-stable/contrib/libpcap/
Dpcap-netmap.c231 d = nm_open(p->opt.device, NULL, 0, NULL); in pcap_netmap_activate()
/freebsd-12-stable/usr.sbin/bhyve/
Dnet_backends.c483 priv->nmd = nm_open(priv->ifname, NULL, NETMAP_NO_TX_POLL, NULL); in netmap_init()