netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
netfilter.c File Reference
#include <netlink-local.h>
#include <netlink/netfilter/netfilter.h>
#include <linux/netfilter.h>
Include dependency graph for netfilter.c:

Functions

char * nfnl_verdict2str (unsigned int verdict, char *buf, size_t len)
 
unsigned int nfnl_str2verdict (const char *name)
 
char * nfnl_inet_hook2str (unsigned int hook, char *buf, size_t len)
 
unsigned int nfnl_str2inet_hook (const char *name)
 

Function Documentation

char* nfnl_inet_hook2str ( unsigned int  hook,
char *  buf,
size_t  len 
)

References __type2str(), and ARRAY_SIZE.

Here is the call graph for this function:

unsigned int nfnl_str2inet_hook ( const char *  name)

References __str2type(), and ARRAY_SIZE.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int nfnl_str2verdict ( const char *  name)

References __str2type(), and ARRAY_SIZE.

Here is the call graph for this function:

char* nfnl_verdict2str ( unsigned int  verdict,
char *  buf,
size_t  len 
)

References __type2str(), and ARRAY_SIZE.

Here is the call graph for this function: