From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= Subject: Re: Is it possible to get Rx timestamps in skb->tstamp? Date: Wed, 19 Sep 2018 15:16:12 +0200 Message-ID: <875zz1k4pv.fsf@toke.dk> References: <9873.1537362199@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain Cc: dhowells@redhat.com To: David Howells , netdev@vger.kernel.org Return-path: Received: from mail.toke.dk ([52.28.52.200]:56063 "EHLO mail.toke.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728096AbeISSyI (ORCPT ); Wed, 19 Sep 2018 14:54:08 -0400 In-Reply-To: <9873.1537362199@warthog.procyon.org.uk> Sender: netdev-owner@vger.kernel.org List-ID: David Howells writes: > Hi, > > Is it possible to tell a UDP socket that you'd like it to put > reception timestamps in skb->tstamp? I think you probably want SO_TIMESTAMP*? See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/networking/timestamping.txt -Toke