Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/netmap/
H A Dnetmap.c489 static int netmap_no_timestamp; /* don't timestamp on rxsync */ variable
551 CTLFLAG_RW, &netmap_no_timestamp, 0, "no_timestamp");
2717 if (netmap_no_timestamp == 0 || ring->flags & NR_TIMESTAMP) { in ring_timestamp_set()