Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/net.h>
#include <linux/if.h>
#include <linux/netdevice.h>
#include <net/udp.h>
#include <net/netfilter/nf_tproxy_core.h>
Go to the source code of this file.
Functions | |
void | nf_tproxy_assign_sock (struct sk_buff *skb, struct sock *sk) |
EXPORT_SYMBOL_GPL (nf_tproxy_assign_sock) | |
module_init (nf_tproxy_init) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Krisztian Kovacs") | |
MODULE_DESCRIPTION ("Transparent proxy support core routines") | |
EXPORT_SYMBOL_GPL | ( | nf_tproxy_assign_sock | ) |
MODULE_AUTHOR | ( | "Krisztian Kovacs" | ) |
module_init | ( | nf_tproxy_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |