ipv6.h (e269f90f3d3f7c70cf661c660bf445597261f54a) | ipv6.h (c8a627ed06d6d49bf65015a2185c519335c4c83f) |
---|---|
1/* 2 * ipv6 in net namespaces 3 */ 4 5#include <net/inet_frag.h> 6 7#ifndef __NETNS_IPV6_H__ 8#define __NETNS_IPV6_H__ --- 19 unchanged lines hidden (view full) --- 28 int ip6_rt_min_advmss; 29 int icmpv6_time; 30}; 31 32struct netns_ipv6 { 33 struct netns_sysctl_ipv6 sysctl; 34 struct ipv6_devconf *devconf_all; 35 struct ipv6_devconf *devconf_dflt; | 1/* 2 * ipv6 in net namespaces 3 */ 4 5#include <net/inet_frag.h> 6 7#ifndef __NETNS_IPV6_H__ 8#define __NETNS_IPV6_H__ --- 19 unchanged lines hidden (view full) --- 28 int ip6_rt_min_advmss; 29 int icmpv6_time; 30}; 31 32struct netns_ipv6 { 33 struct netns_sysctl_ipv6 sysctl; 34 struct ipv6_devconf *devconf_all; 35 struct ipv6_devconf *devconf_dflt; |
36 struct inet_peer_base *peers; |
|
36 struct netns_frags frags; 37#ifdef CONFIG_NETFILTER 38 struct xt_table *ip6table_filter; 39 struct xt_table *ip6table_mangle; 40 struct xt_table *ip6table_raw; 41#ifdef CONFIG_SECURITY 42 struct xt_table *ip6table_security; 43#endif --- 29 unchanged lines hidden --- | 37 struct netns_frags frags; 38#ifdef CONFIG_NETFILTER 39 struct xt_table *ip6table_filter; 40 struct xt_table *ip6table_mangle; 41 struct xt_table *ip6table_raw; 42#ifdef CONFIG_SECURITY 43 struct xt_table *ip6table_security; 44#endif --- 29 unchanged lines hidden --- |