'\" t .\" Title: skb_get_timestamp .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "SKB_GET_TIMESTAMP" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Linux Networking" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" skb_get_timestamp \- get timestamp from a skb .SH "SYNOPSIS" .HP \w'void\ skb_get_timestamp('u .BI "void skb_get_timestamp(const\ struct\ sk_buff\ *\ " "skb" ", struct\ timeval\ *\ " "stamp" ");" .SH "ARGUMENTS" .PP \fIskb\fR .RS 4 skb to get stamp from .RE .PP \fIstamp\fR .RS 4 pointer to struct timeval to store stamp in .RE .SH "DESCRIPTION" .PP Timestamps are stored in the skb as offsets to a base timestamp\&. This function converts the offset back to a struct timeval and stores it in stamp\&. .SH "COPYRIGHT" .br