Home
last modified time | relevance | path

Searched refs:netmap_ioctl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_legacy.c382 error = netmap_ioctl(priv, NIOCCTRL, (caddr_t)hdr, td, in netmap_ioctl_legacy()
H A Dnetmap_freebsd.c1490 error = netmap_ioctl(priv, cmd, data, td, /*nr_body_is_user=*/1); in freebsd_netmap_ioctl()
H A Dnetmap_kern.h1611 int netmap_ioctl(struct netmap_priv_d *priv, u_long cmd, caddr_t data,
H A Dnetmap.c2740 netmap_ioctl(struct netmap_priv_d *priv, u_long cmd, caddr_t data, in netmap_ioctl() function