netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cache-exp.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-exp.c:

Variables

struct cache_ops cache_sync_internal_exp_ops
 
struct cache_ops cache_sync_external_exp_ops
 

Variable Documentation

struct cache_ops cache_sync_external_exp_ops
Initial value:
= {
.hash = cache_exp_hash,
.cmp = cache_exp_cmp,
.alloc = cache_exp_alloc,
.free = cache_exp_free,
.copy = cache_exp_copy,
.dump_step = cache_exp_dump_step,
.commit = cache_exp_commit,
.build_msg = NULL,
}
#define NULL
Definition: linux_stddef.h:8
struct cache_ops cache_sync_internal_exp_ops
Initial value:
= {
.hash = cache_exp_hash,
.cmp = cache_exp_cmp,
.alloc = cache_exp_alloc,
.free = cache_exp_free,
.copy = cache_exp_copy,
.dump_step = cache_exp_dump_step,
.commit = NULL,
.build_msg = cache_exp_build_msg,
}
#define NULL
Definition: linux_stddef.h:8