diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2010-08-24 14:48:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-24 14:48:10 -0700 |
commit | c2e3143e3c46ede22336316b3ff4746727c0d93a (patch) | |
tree | 28fa33bc3ef923614066377e5a954b88cb87148a /include | |
parent | 5a46790ca4c40fdb6ed5336d7d6b593c96326b31 (diff) | |
download | linux-c2e3143e3c46ede22336316b3ff4746727c0d93a.tar.bz2 |
tc: add meta match on receive hash
Trivial extension to existing meta data match rules to allow
matching on skb receive hash value.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tc_ematch/tc_em_meta.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tc_ematch/tc_em_meta.h b/include/linux/tc_ematch/tc_em_meta.h index 0864206ec1a3..7138962664f8 100644 --- a/include/linux/tc_ematch/tc_em_meta.h +++ b/include/linux/tc_ematch/tc_em_meta.h @@ -79,6 +79,7 @@ enum { TCF_META_ID_SK_SENDMSG_OFF, TCF_META_ID_SK_WRITE_PENDING, TCF_META_ID_VLAN_TAG, + TCF_META_ID_RXHASH, __TCF_META_ID_MAX }; #define TCF_META_ID_MAX (__TCF_META_ID_MAX - 1) |