From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: Timestamps, NFLOG, and ULOG Date: Fri, 22 May 2020 01:26:26 +0200 Message-ID: <20200521232626.GA26949@breakpoint.cc> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Korodev Cc: netfilter@vger.kernel.org Korodev wrote: > Additionally if I implement any sort of queuing or thresholding, which > I'd like to eventually, the timestamps are affected. This seems to > indicate I'm not getting the actual packet timestamps. Any ideas on > what could be causing this or is this expected behaviour? Its expected. If you want rx timestamps you should set SO_TIMESTAMP(NS) socket option,