| /* Internal logging interface, which relies on the real |
| #ifndef __LINUX_NETFILTER_LOGGING_H |
| #define __LINUX_NETFILTER_LOGGING_H |
| void (*nf_log_packet)(struct sk_buff **pskb, |
| const struct net_device *in, |
| const struct net_device *out, |
| void (*nf_log)(char *pfh, size_t len, |
| extern void nf_log_register(int pf, const struct nf_logging_t *logging); |
| extern void nf_log_unregister(int pf, const struct nf_logging_t *logging); |
| extern void nf_log_packet(int pf, |
| const struct net_device *in, |
| const struct net_device *out, |
| extern void nf_log(int pf, |
| #endif /*__LINUX_NETFILTER_LOGGING_H*/ |