diff options
author | Ratheesh Kannoth <rkannoth@marvell.com> | 2023-08-01 04:40:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-08-02 12:09:31 +0300 |
commit | 4c13eda757e3ca72f523d07ed9e5f3e72b374299 (patch) | |
tree | 6e6548bbc16b42f7fae4ff5a5b6b01c823686f66 /include/uapi/linux/pkt_cls.h | |
parent | a57c34a80cbe15e36e12d42a4ddc5160a5bbb1a4 (diff) | |
download | linux-4c13eda757e3ca72f523d07ed9e5f3e72b374299.tar.xz |
tc: flower: support for SPI
tc flower rules support to classify ESP/AH
packets matching SPI field.
Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/pkt_cls.h')
-rw-r--r-- | include/uapi/linux/pkt_cls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index 7865f5a9885b..75506f157340 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -598,6 +598,9 @@ enum { TCA_FLOWER_KEY_CFM, /* nested */ + TCA_FLOWER_KEY_SPI, /* be32 */ + TCA_FLOWER_KEY_SPI_MASK, /* be32 */ + __TCA_FLOWER_MAX, }; |