Skip to content

Commit 096d1dd

Browse files
jmberg-inteldavem330
authored andcommitted
netlink: remove unused NETLINK SKB flags
These flags are unused, remove them to be less confusing. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0c4b916 commit 096d1dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/netlink.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb)
1717
}
1818

1919
enum netlink_skb_flags {
20-
NETLINK_SKB_MMAPED = 0x1, /* Packet data is mmaped */
21-
NETLINK_SKB_TX = 0x2, /* Packet was sent by userspace */
22-
NETLINK_SKB_DELIVERED = 0x4, /* Packet was delivered */
2320
NETLINK_SKB_DST = 0x8, /* Dst set in sendto or sendmsg */
2421
};
2522

0 commit comments

Comments
 (0)