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

Macros

#define NFNLMSG_LOG_TYPE(type)   NFNLMSG_TYPE(NFNL_SUBSYS_ULOG, (type))
 

Functions

int nfnlmsg_log_msg_parse (struct nlmsghdr *nlh, struct nfnl_log_msg **result)
 

Macro Definition Documentation

#define NFNLMSG_LOG_TYPE (   type)    NFNLMSG_TYPE(NFNL_SUBSYS_ULOG, (type))