#include <statement.h>
Data Fields | |
struct list_head | list |
const struct stmt_ops * | ops |
struct location | location |
enum stmt_flags | flags |
union { | |
struct expr * expr | |
struct counter_stmt counter | |
struct meta_stmt meta | |
struct log_stmt log | |
struct limit_stmt limit | |
struct reject_stmt reject | |
struct nat_stmt nat | |
struct masq_stmt masq | |
struct redir_stmt redir | |
struct queue_stmt queue | |
struct ct_stmt ct | |
}; | |
union { ... } |
struct counter_stmt stmt::counter |
Referenced by ct_stmt_alloc().
Referenced by ct_stmt_alloc(), expr_stmt_alloc(), meta_stmt_alloc(), and verdict_stmt_alloc().
enum stmt_flags stmt::flags |
struct limit_stmt stmt::limit |
Referenced by netlink_linearize_rule(), rule_print(), stmt_alloc(), and stmt_list_free().
Referenced by stmt_alloc(), and stmt_evaluate().
Referenced by meta_stmt_alloc().
Referenced by rule_print(), stmt_alloc(), stmt_evaluate(), stmt_free(), and stmt_print().
struct queue_stmt stmt::queue |
struct redir_stmt stmt::redir |
struct reject_stmt stmt::reject |