From 9e09c0c598b55b3c267a4a91995d2770e92e05e6 Mon Sep 17 00:00:00 2001 From: Vipul Pandya Date: Thu, 10 May 2012 17:58:33 +0530 Subject: [PATCH] compat: backport IPV4_FLOW and IPV6_FLOW Signed-off-by: Vipul Pandya --- include/linux/compat-2.6.33.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/compat-2.6.33.h b/include/linux/compat-2.6.33.h index d629e4c..24e9c28 100644 --- a/include/linux/compat-2.6.33.h +++ b/include/linux/compat-2.6.33.h @@ -170,6 +170,9 @@ static inline long __must_check IS_ERR_OR_NULL(const void *ptr) #define for_each_netdev_rcu(net, d) \ list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list) +#define IPV4_FLOW 0x10 /* hash only */ +#define IPV6_FLOW 0x11 /* hash only */ + #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)) */ #endif /* LINUX_26_33_COMPAT_H */ -- 2.41.0