Home
last modified time | relevance | path

Searched refs:NFNL_SUBSYS_NFTABLES (Results 1 – 25 of 30) sorted by relevance

12

/external/strace/tests/
Dnetlink_netfilter.c47 # ifndef NFNL_SUBSYS_NFTABLES
48 # define NFNL_SUBSYS_NFTABLES 10 macro
110 .res_id = NFNL_SUBSYS_NFTABLES in test_nfgenmsg()
119 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
126 if (htons(NFNL_SUBSYS_NFTABLES) == NFNL_SUBSYS_NFTABLES) in test_nfgenmsg()
132 msg.res_id = htons(NFNL_SUBSYS_NFTABLES); in test_nfgenmsg()
134 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
144 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
153 msg.res_id = htons(NFNL_SUBSYS_NFTABLES); in test_nfgenmsg()
159 printf(", res_id=htons(%d)", NFNL_SUBSYS_NFTABLES)); in test_nfgenmsg()
[all …]
Dnfnetlink_nftables.c48 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE; in test_nlmsg_type()
56 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | 0xff; in test_nlmsg_type()
73 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE; in test_nlmsg_flags()
82 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_GETTABLE; in test_nlmsg_flags()
91 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_DELTABLE; in test_nlmsg_flags()
/external/strace/tests-m32/
Dnetlink_netfilter.c47 # ifndef NFNL_SUBSYS_NFTABLES
48 # define NFNL_SUBSYS_NFTABLES 10 macro
110 .res_id = NFNL_SUBSYS_NFTABLES in test_nfgenmsg()
119 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
126 if (htons(NFNL_SUBSYS_NFTABLES) == NFNL_SUBSYS_NFTABLES) in test_nfgenmsg()
132 msg.res_id = htons(NFNL_SUBSYS_NFTABLES); in test_nfgenmsg()
134 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
144 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
153 msg.res_id = htons(NFNL_SUBSYS_NFTABLES); in test_nfgenmsg()
159 printf(", res_id=htons(%d)", NFNL_SUBSYS_NFTABLES)); in test_nfgenmsg()
[all …]
Dnfnetlink_nftables.c48 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE; in test_nlmsg_type()
56 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | 0xff; in test_nlmsg_type()
73 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE; in test_nlmsg_flags()
82 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_GETTABLE; in test_nlmsg_flags()
91 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_DELTABLE; in test_nlmsg_flags()
/external/strace/tests-mx32/
Dnetlink_netfilter.c47 # ifndef NFNL_SUBSYS_NFTABLES
48 # define NFNL_SUBSYS_NFTABLES 10 macro
110 .res_id = NFNL_SUBSYS_NFTABLES in test_nfgenmsg()
119 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
126 if (htons(NFNL_SUBSYS_NFTABLES) == NFNL_SUBSYS_NFTABLES) in test_nfgenmsg()
132 msg.res_id = htons(NFNL_SUBSYS_NFTABLES); in test_nfgenmsg()
134 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
144 NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE, in test_nfgenmsg()
153 msg.res_id = htons(NFNL_SUBSYS_NFTABLES); in test_nfgenmsg()
159 printf(", res_id=htons(%d)", NFNL_SUBSYS_NFTABLES)); in test_nfgenmsg()
[all …]
Dnfnetlink_nftables.c48 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE; in test_nlmsg_type()
56 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | 0xff; in test_nlmsg_type()
73 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_NEWTABLE; in test_nlmsg_flags()
82 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_GETTABLE; in test_nlmsg_flags()
91 nlh.nlmsg_type = NFNL_SUBSYS_NFTABLES << 8 | NFT_MSG_DELTABLE; in test_nlmsg_flags()
/external/strace/
Dnetlink_netfilter.c71 if (subsys_id == NFNL_SUBSYS_NFTABLES in decode_netlink_netfilter()
72 && res_id == NFNL_SUBSYS_NFTABLES) { in decode_netlink_netfilter()
76 } else if (subsys_id == NFNL_SUBSYS_NFTABLES in decode_netlink_netfilter()
77 && nfmsg.res_id == NFNL_SUBSYS_NFTABLES) { in decode_netlink_netfilter()
Dnetlink.c157 [NFNL_SUBSYS_NFTABLES] = { nf_nftables_msg_types, "NFT_MSG_???" },
328 case NFNL_SUBSYS_NFTABLES: in decode_nlmsg_flags_netfilter()
/external/strace/xlat/
Dnl_netfilter_subsys_ids.h76 #if defined(NFNL_SUBSYS_NFTABLES) || (defined(HAVE_DECL_NFNL_SUBSYS_NFTABLES) && HAVE_DECL_NFNL_SUB…
78 static_assert((NFNL_SUBSYS_NFTABLES) == (10), "NFNL_SUBSYS_NFTABLES != 10");
81 # define NFNL_SUBSYS_NFTABLES 10
111 XLAT(NFNL_SUBSYS_NFTABLES),
Dnl_netfilter_subsys_ids.in11 NFNL_SUBSYS_NFTABLES 10
/external/syzkaller/sys/linux/
Dsocket_netlink_netfilter_ppc64le.const11 NFNL_SUBSYS_NFTABLES = 10
Dsocket_netlink_netfilter_amd64.const11 NFNL_SUBSYS_NFTABLES = 10
Dsocket_netlink_netfilter_arm64.const11 NFNL_SUBSYS_NFTABLES = 10
Dsocket_netlink_netfilter_386.const11 NFNL_SUBSYS_NFTABLES = 10
Dsocket_netlink_netfilter_arm.const11 NFNL_SUBSYS_NFTABLES = 10
Dsocket_netlink_netfilter.txt51 …SUBSYS_ACCT, NFNL_SUBSYS_CTNETLINK_TIMEOUT, NFNL_SUBSYS_CTHELPER, NFNL_SUBSYS_NFTABLES, NFNL_SUBSY…
/external/iptables/include/linux/netfilter/
Dnfnetlink.h56 #define NFNL_SUBSYS_NFTABLES 10 macro
/external/kernel-headers/original/uapi/linux/netfilter/
Dnfnetlink.h61 #define NFNL_SUBSYS_NFTABLES 10 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1101 NFNL_SUBSYS_NFTABLES = 0xa const
Dzerrors_linux_s390x.go1100 NFNL_SUBSYS_NFTABLES = 0xa const
Dzerrors_linux_arm.go1100 NFNL_SUBSYS_NFTABLES = 0xa const
Dzerrors_linux_ppc64le.go1100 NFNL_SUBSYS_NFTABLES = 0xa const
Dzerrors_linux_mips64.go1101 NFNL_SUBSYS_NFTABLES = 0xa const
Dzerrors_linux_ppc64.go1100 NFNL_SUBSYS_NFTABLES = 0xa const
Dzerrors_linux_amd64.go1102 NFNL_SUBSYS_NFTABLES = 0xa const

12