Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
nf_nat_proto_unknown.c File Reference
#include <linux/types.h>
#include <linux/init.h>
#include <linux/netfilter.h>
#include <net/netfilter/nf_nat.h>
#include <net/netfilter/nf_nat_l4proto.h>

Go to the source code of this file.

Variables

struct nf_nat_l4proto nf_nat_l4proto_unknown
 

Variable Documentation

struct nf_nat_l4proto nf_nat_l4proto_unknown
Initial value:
= {
.manip_pkt = unknown_manip_pkt,
.in_range = unknown_in_range,
.unique_tuple = unknown_unique_tuple,
}

Definition at line 50 of file nf_nat_proto_unknown.c.