skb_get_timestamp(9) suse man page | unix.com

Man Page: skb_get_timestamp

Operating Environment: suse

Section: 9

SKB_GET_TIMESTAMP(9)						 Linux Networking					      SKB_GET_TIMESTAMP(9)

NAME
skb_get_timestamp - get timestamp from a skb
SYNOPSIS
void skb_get_timestamp(const struct sk_buff * skb, struct timeval * stamp);
ARGUMENTS
skb skb to get stamp from stamp pointer to struct timeval to store stamp in
DESCRIPTION
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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_GET_TIMESTAMP(9)
Related Man Pages
__skb_recv_datagram(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
timespec2bintime(9) - netbsd
bintime_add(9) - netbsd
pcap_set_tstamp_type(3) - freebsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
Tar Command
Docker learning Phase-I