Home
last modified time | relevance | path

Searched refs:netmap_attach (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/netmap/
H A Dif_re_netmap.h372 netmap_attach(&na); in re_netmap_attach()
H A Dif_vtnet_netmap.h499 netmap_attach(&na); in vtnet_netmap_attach()
H A Dnetmap_kern.h1300 int netmap_attach(struct netmap_adapter *);
H A Dnetmap.c3849 netmap_attach(struct netmap_adapter *arg) in netmap_attach() function
/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_netmap.c985 netmap_attach(&na); /* This adds IFCAP_NETMAP to if_capabilities */ in cxgbe_nm_attach()
/freebsd-12.1/sys/net/
H A Diflib.c1182 return (netmap_attach(&na)); in iflib_netmap_attach()