#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <arpa/inet.h>
#include <errno.h>
#include <linux/netfilter/nf_tables.h>
#include "internal.h"
#include <libmnl/libmnl.h>
#include <libnftnl/expr.h>
#include <libnftnl/rule.h>
#include "expr_ops.h"
#include <buffer.h>
Data Structures | |
struct | nft_expr_ct |
Macros | |
#define | IP_CT_DIR_ORIGINAL 0 |
#define | IP_CT_DIR_REPLY 1 |
#define | NFT_CT_MAX (NFT_CT_LABELS + 1) |
Variables | |
const char * | ctkey2str_array [NFT_CT_MAX] |
struct expr_ops | expr_ops_ct |
#define IP_CT_DIR_ORIGINAL 0 |
#define IP_CT_DIR_REPLY 1 |
#define NFT_CT_MAX (NFT_CT_LABELS + 1) |
const char* ctkey2str_array[NFT_CT_MAX] |