Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-block.git] / include / linux / netlink.h
index 6ddb4a5da3710f88a9d9af2c557158b6ca67e804..49b4257ce1ea6abc8b188d67e0c48e739859a259 100644 (file)
@@ -17,9 +17,6 @@ static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb)
 }
 
 enum netlink_skb_flags {
-       NETLINK_SKB_MMAPED      = 0x1,  /* Packet data is mmaped */
-       NETLINK_SKB_TX          = 0x2,  /* Packet was sent by userspace */
-       NETLINK_SKB_DELIVERED   = 0x4,  /* Packet was delivered */
        NETLINK_SKB_DST         = 0x8,  /* Dst set in sendto or sendmsg */
 };