netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ctnl.c File Reference
#include "conntrackd.h"
#include "netlink.h"
#include "filter.h"
#include "log.h"
#include "alarm.h"
#include "fds.h"
#include "traffic_stats.h"
#include "process.h"
#include "origin.h"
#include "date.h"
#include "internal.h"
#include <errno.h>
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
Include dependency graph for ctnl.c:

Functions

void ctnl_kill (void)
 
int ctnl_local (int fd, int type, void *data)
 
int ctnl_init (void)
 

Function Documentation

void ctnl_kill ( void  )

References CONFIG, ct_filter_destroy(), CTD_POLL, flags, INTERNAL_F_POPULATE, nfct_close(), origin_unregister(), and STATE.

Referenced by killer().

Here is the call graph for this function:

Here is the caller graph for this function:

int ctnl_local ( int  fd,
int  type,
void *  data 
)