1STRUCT SKB_SHARED_TX(9) Linux Networking STRUCT SKB_SHARED_TX(9)
23
4
NAME
6struct_skb_shared_tx - instructions for time stamping of outgoing
7packets
8
SYNOPSIS
10struct skb_shared_tx {
11struct {unnamed_struct};
12__u8 flags;
13};
14
MEMBERS
16{unnamed_struct}
17anonymous
1819
flags
20all shared_tx flags
21
DESCRIPTION
23These flags are attached to packets as part of the skb_shared_info. Use
24skb_tx to get a pointer.
25
COPYRIGHT
27Kernel Hackers Manual 2.6. November 2011 STRUCT SKB_SHARED_TX(9)