]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/uapi/linux/netfilter/nf_tables.h
netfilter: nf_tables: atomic dump and reset for stateful objects
[mirror_ubuntu-artful-kernel.git] / include / uapi / linux / netfilter / nf_tables.h
index 3d47582caa8007335adce315b7c1ad4dd1b65c50..399eac1eee911abaa5f85e364c19fb2f5f93d7e4 100644 (file)
@@ -89,6 +89,7 @@ enum nft_verdicts {
  * @NFT_MSG_NEWOBJ: create a stateful object (enum nft_obj_attributes)
  * @NFT_MSG_GETOBJ: get a stateful object (enum nft_obj_attributes)
  * @NFT_MSG_DELOBJ: delete a stateful object (enum nft_obj_attributes)
+ * @NFT_MSG_GETOBJ_RESET: get and reset a stateful object (enum nft_obj_attributes)
  */
 enum nf_tables_msg_types {
        NFT_MSG_NEWTABLE,
@@ -112,6 +113,7 @@ enum nf_tables_msg_types {
        NFT_MSG_NEWOBJ,
        NFT_MSG_GETOBJ,
        NFT_MSG_DELOBJ,
+       NFT_MSG_GETOBJ_RESET,
        NFT_MSG_MAX,
 };