Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | ip6_tnl_parm |
struct | ip6_tnl_parm2 |
Macros | |
#define | IPV6_TLV_TNL_ENCAP_LIMIT 4 |
#define | IPV6_DEFAULT_TNL_ENCAP_LIMIT 4 |
#define | IP6_TNL_F_IGN_ENCAP_LIMIT 0x1 |
#define | IP6_TNL_F_USE_ORIG_TCLASS 0x2 |
#define | IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4 |
#define | IP6_TNL_F_MIP6_DEV 0x8 |
#define | IP6_TNL_F_RCV_DSCP_COPY 0x10 |
#define | IP6_TNL_F_USE_ORIG_FWMARK 0x20 |
#define IP6_TNL_F_IGN_ENCAP_LIMIT 0x1 |
Definition at line 10 of file ip6_tunnel.h.
#define IP6_TNL_F_MIP6_DEV 0x8 |
Definition at line 16 of file ip6_tunnel.h.
#define IP6_TNL_F_RCV_DSCP_COPY 0x10 |
Definition at line 18 of file ip6_tunnel.h.
#define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4 |
Definition at line 14 of file ip6_tunnel.h.
#define IP6_TNL_F_USE_ORIG_FWMARK 0x20 |
Definition at line 20 of file ip6_tunnel.h.
#define IP6_TNL_F_USE_ORIG_TCLASS 0x2 |
Definition at line 12 of file ip6_tunnel.h.
#define IPV6_DEFAULT_TNL_ENCAP_LIMIT 4 |
Definition at line 7 of file ip6_tunnel.h.
#define IPV6_TLV_TNL_ENCAP_LIMIT 4 |
Definition at line 6 of file ip6_tunnel.h.