#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>
Functions | |
void | ctnl_kill (void) |
int | ctnl_local (int fd, int type, void *data) |
int | ctnl_init (void) |
int ctnl_init | ( | void | ) |
References add_alarm(), CONFIG, CTD_ORIGIN_FLUSH, CTD_POLL, CTD_STATS_MODE, CTD_SYNC_MODE, dlog(), flags, init(), init_alarm(), INTERNAL_F_POPULATE, LOG_ERR, LOG_NOTICE, nfct_callback_register(), nfct_callback_register2(), nfct_fd(), nfct_open(), NFCT_T_ALL, nfexp_callback_register(), nfexp_callback_register2(), nl_dump_conntrack_table(), nl_dump_expect_table(), nl_init_event_handler(), NULL, origin_register(), register_fd(), STATE, stats_mode, and sync_mode.
Referenced by init().
void ctnl_kill | ( | void | ) |
References CONFIG, ct_filter_destroy(), CTD_POLL, flags, INTERNAL_F_POPULATE, nfct_close(), origin_unregister(), and STATE.
Referenced by killer().
int ctnl_local | ( | int | fd, |
int | type, | ||
void * | data | ||
) |