netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
event.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <event.h>
#include "init.h"
#include "logging.h"
Include dependency graph for event.c:

Functions

int nft_sync_event_init (void)
 
void nft_sync_event_loop (void)
 
void nft_sync_event_fini (void)
 

Function Documentation

void nft_sync_event_fini ( void  )

Referenced by main().

Here is the caller graph for this function:

int nft_sync_event_init ( void  )

References NULL.

Referenced by main().

Here is the caller graph for this function:

void nft_sync_event_loop ( void  )

References nfts_inst, nfts_log, NFTS_LOG_INFO, NFTS_LOG_NOTICE, and nft_sync_inst::stop.

Referenced by main().

Here is the caller graph for this function: