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

Data Structures

struct  cache_alarm
 

Variables

struct sync_mode sync_alarm
 

Variable Documentation

struct sync_mode sync_alarm
Initial value:
= {
.internal_cache_flags = NO_FEATURES,
.external_cache_flags = TIMER,
.internal_cache_extra = &cache_alarm_extra,
.recv = alarm_recv,
.enqueue = alarm_enqueue,
.xmit = alarm_xmit,
}
Definition: cache.h:14
Definition: cache.h:11