Searched refs:NIOCRXSYNC (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/tools/netmap/ |
H A D | bridge.c | 328 ioctl(pollfd[0].fd, NIOCRXSYNC, NULL); in main() 333 ioctl(pollfd[1].fd, NIOCRXSYNC, NULL); in main()
|
H A D | pkt-gen.c | 1471 ioctl(pfd.fd, NIOCRXSYNC, NULL); in ping_body() 1607 ioctl(pfd.fd, NIOCRXSYNC, NULL); in pong_body() 1986 if (ioctl(pfd.fd, NIOCRXSYNC, NULL) < 0) { in receiver_body() 2299 if (ioctl(pfd.fd, NIOCRXSYNC, NULL) < 0) { in rxseq_body()
|
H A D | lb.c | 1043 ioctl(rxport->nmd->fd, NIOCRXSYNC, NULL); in main()
|
/freebsd/sys/net/ |
H A D | netmap.h | 659 #define NIOCRXSYNC _IO('i', 149) /* sync rx queues */ macro
|
H A D | netmap_user.h | 490 case NIOCRXSYNC: in win_nm_ioctl_internal()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap.c | 3163 case NIOCRXSYNC: { in netmap_ioctl()
|