#include <netlink-types.h>
Data Fields | |
NLHDR_COMMON uint8_t | rule_family |
struct nl_data * | rule_table |
struct nl_data * | rule_chain |
uint64_t | rule_handle |
struct nl_list_head | rule_expressions |
Referenced by nfnl_nft_rule_get_chain(), and nfnl_nft_rule_set_chain().
struct nl_list_head nfnl_nft_rule::rule_expressions |
Referenced by nfnl_nft_rule_add_expr(), nfnl_nft_rule_foreach_expr(), and nfnlmsg_nft_rule_parse().
NLHDR_COMMON uint8_t nfnl_nft_rule::rule_family |
Referenced by nfnl_nft_rule_get_family(), and nfnl_nft_rule_set_family().
uint64_t nfnl_nft_rule::rule_handle |
Referenced by nfnl_nft_rule_get_handle(), and nfnl_nft_rule_set_handle().
Referenced by nfnl_nft_rule_get_table(), and nfnl_nft_rule_set_table().