#include <netlink-types.h>
Data Fields | |
NLHDR_COMMON uint8_t | chain_family |
struct nl_data * | chain_table |
uint64_t | chain_handle |
struct nl_data * | chain_name |
uint32_t | chain_hooknum |
int32_t | chain_priority |
NLHDR_COMMON uint8_t nfnl_nft_chain::chain_family |
Referenced by nfnl_nft_chain_get_family(), and nfnl_nft_chain_set_family().
uint64_t nfnl_nft_chain::chain_handle |
Referenced by nfnl_nft_chain_get_handle(), and nfnl_nft_chain_set_handle().
uint32_t nfnl_nft_chain::chain_hooknum |
Referenced by nfnl_nft_chain_get_hooknum(), and nfnl_nft_chain_set_hooknum().
Referenced by nfnl_nft_chain_get_name(), and nfnl_nft_chain_set_name().
int32_t nfnl_nft_chain::chain_priority |
Referenced by nfnl_nft_chain_get_priority(), and nfnl_nft_chain_set_priority().
Referenced by nfnl_nft_chain_get_table(), and nfnl_nft_chain_set_table().