|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <net/sock.h>#include <linux/netfilter.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter_bridge/ebtables.h>#include <linux/netfilter_bridge/ebt_nat.h>Go to the source code of this file.
Functions | |
| module_init (ebt_dnat_init) | |
| module_exit (ebt_dnat_fini) | |
| MODULE_DESCRIPTION ("Ebtables: Destination MAC address translation") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION | ( | "Ebtables: Destination MAC address translation" | ) |
| module_exit | ( | ebt_dnat_fini | ) |
| module_init | ( | ebt_dnat_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2