Searched refs:netmap_no_timestamp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap.c488 static int netmap_no_timestamp; /* don't timestamp on rxsync */ variable
549 CTLFLAG_RW, &netmap_no_timestamp, 0, "no_timestamp");
2443 if (netmap_no_timestamp == 0 || ring->flags & NR_TIMESTAMP) {

Completed in 58 milliseconds