'\" t .\" Title: skb_mstamp_us_delta .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "SKB_MSTAMP_US_DELTA" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "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_mstamp_us_delta \- compute the difference in usec between two skb_mstamp .SH "SYNOPSIS" .HP \w'u32\ skb_mstamp_us_delta('u .BI "u32 skb_mstamp_us_delta(const\ struct\ skb_mstamp\ *\ " "t1" ", const\ struct\ skb_mstamp\ *\ " "t0" ");" .SH "ARGUMENTS" .PP \fIt1\fR .RS 4 pointer to newest sample .RE .PP \fIt0\fR .RS 4 pointer to oldest sample .RE .SH "COPYRIGHT" .br