netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sync-notrack.c File Reference
#include "conntrackd.h"
#include "sync.h"
#include "queue.h"
#include "network.h"
#include "log.h"
#include "cache.h"
#include "fds.h"
#include <string.h>
Include dependency graph for sync-notrack.c:

Data Structures

struct  cache_notrack
 

Macros

#define ALIVE_INT   1
 

Variables

struct sync_mode sync_notrack
 

Macro Definition Documentation

#define ALIVE_INT   1

Variable Documentation

struct sync_mode sync_notrack
Initial value:
= {
.internal_cache_flags = NO_FEATURES,
.external_cache_flags = NO_FEATURES,
.internal_cache_extra = &cache_notrack_extra,
.init = notrack_init,
.local = notrack_local,
.recv = notrack_recv,
.enqueue = notrack_enqueue,
.xmit = notrack_xmit,
}
Definition: cache.h:11