Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/skbuff.h>
#include <linux/netfilter.h>
#include <linux/seq_file.h>
#include <net/protocol.h>
#include <net/netfilter/nf_log.h>
#include "nf_internals.h"
Go to the source code of this file.
Macros | |
#define | NF_LOG_PREFIXLEN 128 |
#define | NFLOGGER_NAME_LEN 64 |
Functions | |
int | nf_log_register (u_int8_t pf, struct nf_logger *logger) |
EXPORT_SYMBOL (nf_log_register) | |
void | nf_log_unregister (struct nf_logger *logger) |
EXPORT_SYMBOL (nf_log_unregister) | |
int | nf_log_bind_pf (u_int8_t pf, const struct nf_logger *logger) |
EXPORT_SYMBOL (nf_log_bind_pf) | |
void | nf_log_unbind_pf (u_int8_t pf) |
EXPORT_SYMBOL (nf_log_unbind_pf) | |
void | nf_log_packet (u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *fmt,...) |
EXPORT_SYMBOL (nf_log_packet) | |
int __init | netfilter_log_init (void) |
EXPORT_SYMBOL | ( | nf_log_register | ) |
EXPORT_SYMBOL | ( | nf_log_unregister | ) |
EXPORT_SYMBOL | ( | nf_log_bind_pf | ) |
EXPORT_SYMBOL | ( | nf_log_unbind_pf | ) |
EXPORT_SYMBOL | ( | nf_log_packet | ) |