netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cache-ct.c File Reference
#include "cache.h"
#include "hash.h"
#include "log.h"
#include "conntrackd.h"
#include "netlink.h"
#include "event.h"
#include "jhash.h"
#include "network.h"
#include <errno.h>
#include <string.h>
#include <time.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
Include dependency graph for cache-ct.c:

Variables

struct cache_ops cache_sync_internal_ct_ops
 
struct cache_ops cache_sync_external_ct_ops
 
struct cache_ops cache_stats_ct_ops
 

Variable Documentation

struct cache_ops cache_stats_ct_ops
Initial value:
= {
.hash = cache_ct_hash,
.cmp = cache_ct_cmp,
.alloc = cache_ct_alloc,
.free = cache_ct_free,
.copy = cache_ct_copy,
.dump_step = cache_ct_dump_step,
.commit = NULL,
.build_msg = NULL,
}
#define NULL
Definition: linux_stddef.h:8
struct cache_ops cache_sync_external_ct_ops
Initial value:
= {
.hash = cache_ct_hash,
.cmp = cache_ct_cmp,
.alloc = cache_ct_alloc,
.free = cache_ct_free,
.copy = cache_ct_copy,
.dump_step = cache_ct_dump_step,
.commit = cache_ct_commit,
.build_msg = NULL,
}
#define NULL
Definition: linux_stddef.h:8
struct cache_ops cache_sync_internal_ct_ops
Initial value:
= {
.hash = cache_ct_hash,
.cmp = cache_ct_cmp,
.alloc = cache_ct_alloc,
.free = cache_ct_free,
.copy = cache_ct_copy,
.dump_step = cache_ct_dump_step,
.commit = NULL,
.build_msg = cache_ct_build_msg,
}
#define NULL
Definition: linux_stddef.h:8