Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnf_nftables_msg_types.h55 #if defined(NFT_MSG_GETRULE) || (defined(HAVE_DECL_NFT_MSG_GETRULE) && HAVE_DECL_NFT_MSG_GETRULE)
57 static_assert((NFT_MSG_GETRULE) == (7), "NFT_MSG_GETRULE != 7");
60 # define NFT_MSG_GETRULE 7
178 XLAT(NFT_MSG_GETRULE),
Dnf_nftables_msg_types.in8 NFT_MSG_GETRULE 7
/external/iptables/include/linux/netfilter/
Dnf_tables.h63 NFT_MSG_GETRULE, enumerator
/external/strace/
Dnetlink.c340 case NFT_MSG_GETRULE: in decode_nlmsg_flags_netfilter()
/external/kernel-headers/original/uapi/linux/netfilter/
Dnf_tables.h108 NFT_MSG_GETRULE, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1458 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_386.go1432 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_mips.go1426 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_amd64.go1452 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_ppc64.go1441 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_mips64.go1433 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_mipsle.go1426 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_arm.go1421 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_arm64.go1431 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_mips64le.go1433 NFT_MSG_GETRULE = 0x7 const
Dztypes_linux_ppc64le.go1441 NFT_MSG_GETRULE = 0x7 const
/external/iptables/iptables/
Dnft.c1305 nlh = nftnl_rule_nlmsg_build_hdr(buf, NFT_MSG_GETRULE, h->family, in nft_rule_list_get()