Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dbridge.c328 ioctl(pollfd[0].fd, NIOCRXSYNC, NULL); in main()
333 ioctl(pollfd[1].fd, NIOCRXSYNC, NULL); in main()
H A Dpkt-gen.c1471 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 Dlb.c1043 ioctl(rxport->nmd->fd, NIOCRXSYNC, NULL); in main()
/freebsd/sys/net/
H A Dnetmap.h659 #define NIOCRXSYNC _IO('i', 149) /* sync rx queues */ macro
H A Dnetmap_user.h490 case NIOCRXSYNC: in win_nm_ioctl_internal()
/freebsd/sys/dev/netmap/
H A Dnetmap.c3163 case NIOCRXSYNC: { in netmap_ioctl()