struct rule - nftables rule More...
#include <rule.h>
Data Fields | |
struct list_head | list |
struct handle | handle |
struct location | location |
struct list_head | stmts |
unsigned int | num_stmts |
struct rule - nftables rule
: list node in chain list : rule handle : location the rule was defined at : list of statements : number of statements in stmts list
Referenced by netlink_add_rule_batch(), netlink_add_rule_list(), rule_alloc(), rule_free(), and rule_print().
Referenced by chain_free(), netlink_add_rule_list(), and rule_alloc().
Referenced by netlink_add_rule_batch(), and rule_alloc().
unsigned int rule::num_stmts |
Referenced by netlink_linearize_rule(), rule_alloc(), rule_free(), and rule_print().