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

Data Structures

struct  cache_ftfw
 

Macros

#define dp(...)
 
#define ALIVE_INT   1
 

Enumerations

enum  {
  HELLO_INIT,
  HELLO_SAY,
  HELLO_DONE
}
 

Variables

struct queuers_queue
 
struct sync_mode sync_ftfw
 

Macro Definition Documentation

#define ALIVE_INT   1
#define dp (   ...)

Referenced by mpz_set_str().

Enumeration Type Documentation

anonymous enum
Enumerator
HELLO_INIT 
HELLO_SAY 
HELLO_DONE 

Variable Documentation

struct queue* rs_queue
struct sync_mode sync_ftfw
Initial value:
= {
.internal_cache_flags = NO_FEATURES,
.external_cache_flags = NO_FEATURES,
.internal_cache_extra = &cache_ftfw_extra,
.init = ftfw_init,
.kill = ftfw_kill,
.local = ftfw_local,
.recv = ftfw_recv,
.enqueue = ftfw_enqueue,
.xmit = ftfw_xmit,
}
Definition: cache.h:11