#include <nft-shared.h>

Data Fields | |
| union { | |
| struct iptables_command_state * cs | |
| struct arptables_command_state * cs_arp | |
| } | state |
| struct nft_rule_expr_iter * | iter |
| int | family |
| uint32_t | flags |
| uint32_t | reg |
| struct { | |
| uint32_t offset | |
| uint32_t len | |
| } | payload |
| struct { | |
| uint32_t key | |
| } | meta |
| struct { | |
| uint32_t mask [4] | |
| uint32_t xor [4] | |
| } | bitwise |
| struct { ... } nft_xt_ctx::bitwise |
Referenced by nft_parse_bitwise().
| struct iptables_command_state* nft_xt_ctx::cs |
Referenced by nft_rule_to_arptables_command_state(), and nft_rule_to_iptables_command_state().
| struct arptables_command_state* nft_xt_ctx::cs_arp |
Referenced by nft_rule_to_arptables_command_state().
| int nft_xt_ctx::family |
| uint32_t nft_xt_ctx::flags |
Referenced by nft_parse_bitwise(), nft_parse_cmp(), nft_parse_meta(), and nft_parse_payload().
| struct nft_rule_expr_iter* nft_xt_ctx::iter |
Referenced by nft_rule_to_arptables_command_state(), and nft_rule_to_iptables_command_state().
| uint32_t nft_xt_ctx::key |
Referenced by nft_parse_meta().
| uint32_t nft_xt_ctx::len |
| uint32_t nft_xt_ctx::mask[4] |
Referenced by nft_parse_bitwise().
| struct { ... } nft_xt_ctx::meta |
Referenced by nft_parse_meta().
| uint32_t nft_xt_ctx::offset |
Referenced by nft_parse_payload().
| struct { ... } nft_xt_ctx::payload |
Referenced by nft_parse_payload().
| uint32_t nft_xt_ctx::reg |
Referenced by nft_parse_bitwise(), nft_parse_cmp(), nft_parse_meta(), and nft_parse_payload().
| union { ... } nft_xt_ctx::state |
Referenced by nft_rule_to_arptables_command_state(), and nft_rule_to_iptables_command_state().
| uint32_t nft_xt_ctx::xor[4] |
Referenced by nft_parse_bitwise().