mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 05:03:09 -04:00
- intercept FIONBIO and FIOASYNC ioctls on netmap file descriptors. libpcap calls them to set non blocking I/O on the file descriptor, for netmap this is a no-op because there is no read/write, but not intercepting would cause fcntl() to return -1 - rate limit and put under netmap.verbose some messages that occur when threads use concurrently the same file descriptor. |
||
|---|---|---|
| .. | ||
| if_em_netmap.h | ||
| if_igb_netmap.h | ||
| if_lem_netmap.h | ||
| if_re_netmap.h | ||
| ixgbe_netmap.h | ||
| netmap.c | ||
| netmap_freebsd.c | ||
| netmap_generic.c | ||
| netmap_kern.h | ||
| netmap_mbq.c | ||
| netmap_mbq.h | ||
| netmap_mem2.c | ||
| netmap_mem2.h | ||
| netmap_offloadings.c | ||
| netmap_pipe.c | ||
| netmap_vale.c | ||