]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/skbuff.h
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
[mirror_ubuntu-artful-kernel.git] / include / linux / skbuff.h
index 281deced7469e5ff6c46ebae46c8138cfd35fada..477f0f60db45a84295a394a9c7b714f7f19eeb03 100644 (file)
@@ -249,6 +249,9 @@ enum {
        SKBTX_SHARED_FRAG = 1 << 5,
 };
 
+#define SKBTX_ANY_SW_TSTAMP    SKBTX_SW_TSTAMP
+#define SKBTX_ANY_TSTAMP       (SKBTX_HW_TSTAMP | SKBTX_ANY_SW_TSTAMP)
+
 /*
  * The callback notifies userspace to release buffers when skb DMA is done in
  * lower device, the skb last reference should be 0 when calling this.