Home
last modified time | relevance | path

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

/freebsd-12.1/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");
2434 if (netmap_no_timestamp == 0 || ring->flags & NR_TIMESTAMP) { in ring_timestamp_set()