Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnf_nftables_msg_types.h34 #if defined(NFT_MSG_GETCHAIN) || (defined(HAVE_DECL_NFT_MSG_GETCHAIN) && HAVE_DECL_NFT_MSG_GETCHAIN)
36 static_assert((NFT_MSG_GETCHAIN) == (4), "NFT_MSG_GETCHAIN != 4");
39 # define NFT_MSG_GETCHAIN 4
175 XLAT(NFT_MSG_GETCHAIN),
Dnf_nftables_msg_types.in5 NFT_MSG_GETCHAIN 4
/external/iptables/include/linux/netfilter/
Dnf_tables.h60 NFT_MSG_GETCHAIN, enumerator
/external/strace/
Dnetlink.c339 case NFT_MSG_GETCHAIN: in decode_nlmsg_flags_netfilter()
/external/kernel-headers/original/uapi/linux/netfilter/
Dnf_tables.h105 NFT_MSG_GETCHAIN, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1455 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_386.go1429 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_mips.go1423 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_amd64.go1449 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_ppc64.go1438 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_mips64.go1430 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_mipsle.go1423 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_arm.go1418 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_arm64.go1428 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_mips64le.go1430 NFT_MSG_GETCHAIN = 0x4 const
Dztypes_linux_ppc64le.go1438 NFT_MSG_GETCHAIN = 0x4 const
/external/iptables/iptables/
Dnft.c1200 nlh = nftnl_chain_nlmsg_build_hdr(buf, NFT_MSG_GETCHAIN, h->family, in nftnl_chain_list_get()