Home
last modified time | relevance | path

Searched refs:NFT_MSG_DELRULE (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Dnf_nftables_msg_types.h62 #if defined(NFT_MSG_DELRULE) || (defined(HAVE_DECL_NFT_MSG_DELRULE) && HAVE_DECL_NFT_MSG_DELRULE)
64 static_assert((NFT_MSG_DELRULE) == (8), "NFT_MSG_DELRULE != 8");
67 # define NFT_MSG_DELRULE 8
179 XLAT(NFT_MSG_DELRULE),
Dnf_nftables_msg_types.in9 NFT_MSG_DELRULE 8
/external/iptables/include/linux/netfilter/
Dnf_tables.h64 NFT_MSG_DELRULE, enumerator
/external/strace/
Dnetlink.c349 case NFT_MSG_DELRULE: in decode_nlmsg_flags_netfilter()
/external/kernel-headers/original/uapi/linux/netfilter/
Dnf_tables.h109 NFT_MSG_DELRULE, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1459 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_386.go1433 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_mips.go1427 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_amd64.go1453 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_ppc64.go1442 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_mips64.go1434 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_mipsle.go1427 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_arm.go1422 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_arm64.go1432 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_mips64le.go1434 NFT_MSG_DELRULE = 0x8 const
Dztypes_linux_ppc64le.go1442 NFT_MSG_DELRULE = 0x8 const
/external/iptables/iptables/
Dnft.c2380 nft_compat_rule_batch_add(h, NFT_MSG_DELRULE, 0, in nft_action()