ipv4.h (fdd28d7328f4c3ddf77ba163e257d7dc48392767) ipv4.h (be9f4a44e7d41cee50ddb5f038fc2391cbbb4046)
1/*
2 * ipv4 in net namespaces
3 */
4
5#ifndef __NETNS_IPV4_H__
6#define __NETNS_IPV4_H__
7
8#include <net/inet_frag.h>

--- 24 unchanged lines hidden (view full) ---

33#endif
34#ifdef CONFIG_IP_ROUTE_CLASSID
35 int fib_num_tclassid_users;
36#endif
37 struct hlist_head *fib_table_hash;
38 struct sock *fibnl;
39
40 struct sock **icmp_sk;
1/*
2 * ipv4 in net namespaces
3 */
4
5#ifndef __NETNS_IPV4_H__
6#define __NETNS_IPV4_H__
7
8#include <net/inet_frag.h>

--- 24 unchanged lines hidden (view full) ---

33#endif
34#ifdef CONFIG_IP_ROUTE_CLASSID
35 int fib_num_tclassid_users;
36#endif
37 struct hlist_head *fib_table_hash;
38 struct sock *fibnl;
39
40 struct sock **icmp_sk;
41 struct sock *tcp_sock;
42 struct inet_peer_base *peers;
43 struct tcpm_hash_bucket *tcp_metrics_hash;
44 unsigned int tcp_metrics_hash_mask;
45 struct netns_frags frags;
46#ifdef CONFIG_NETFILTER
47 struct xt_table *iptable_filter;
48 struct xt_table *iptable_mangle;
49 struct xt_table *iptable_raw;

--- 34 unchanged lines hidden ---
41 struct inet_peer_base *peers;
42 struct tcpm_hash_bucket *tcp_metrics_hash;
43 unsigned int tcp_metrics_hash_mask;
44 struct netns_frags frags;
45#ifdef CONFIG_NETFILTER
46 struct xt_table *iptable_filter;
47 struct xt_table *iptable_mangle;
48 struct xt_table *iptable_raw;

--- 34 unchanged lines hidden ---