Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnf_nftables_msg_types.h41 #if defined(NFT_MSG_DELCHAIN) || (defined(HAVE_DECL_NFT_MSG_DELCHAIN) && HAVE_DECL_NFT_MSG_DELCHAIN)
43 static_assert((NFT_MSG_DELCHAIN) == (5), "NFT_MSG_DELCHAIN != 5");
46 # define NFT_MSG_DELCHAIN 5
176 XLAT(NFT_MSG_DELCHAIN),
Dnf_nftables_msg_types.in6 NFT_MSG_DELCHAIN 5
/external/iptables/include/linux/netfilter/
Dnf_tables.h61 NFT_MSG_DELCHAIN, enumerator
/external/strace/
Dnetlink.c348 case NFT_MSG_DELCHAIN: in decode_nlmsg_flags_netfilter()
/external/kernel-headers/original/uapi/linux/netfilter/
Dnf_tables.h106 NFT_MSG_DELCHAIN, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1456 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_386.go1430 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_mips.go1424 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_amd64.go1450 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_ppc64.go1439 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_mips64.go1431 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_mipsle.go1424 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_arm.go1419 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_arm64.go1429 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_mips64le.go1431 NFT_MSG_DELCHAIN = 0x5 const
Dztypes_linux_ppc64le.go1439 NFT_MSG_DELCHAIN = 0x5 const
/external/iptables/iptables/
Dnft.c1462 nlh = nftnl_chain_nlmsg_build_hdr(buf, NFT_MSG_DELCHAIN, h->family, in __nft_chain_del()
2350 nft_compat_chain_batch_add(h, NFT_MSG_DELCHAIN, in nft_action()