ipv4.h (7483d45f0aee3afc0646d185cabd4af9f6cab58c) ipv4.h (c8a627ed06d6d49bf65015a2185c519335c4c83f)
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>

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

25#ifdef CONFIG_IP_MULTIPLE_TABLES
26 struct fib_rules_ops *rules_ops;
27#endif
28 struct hlist_head *fib_table_hash;
29 struct sock *fibnl;
30
31 struct sock **icmp_sk;
32 struct sock *tcp_sock;
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>

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

25#ifdef CONFIG_IP_MULTIPLE_TABLES
26 struct fib_rules_ops *rules_ops;
27#endif
28 struct hlist_head *fib_table_hash;
29 struct sock *fibnl;
30
31 struct sock **icmp_sk;
32 struct sock *tcp_sock;
33
33 struct inet_peer_base *peers;
34 struct netns_frags frags;
35#ifdef CONFIG_NETFILTER
36 struct xt_table *iptable_filter;
37 struct xt_table *iptable_mangle;
38 struct xt_table *iptable_raw;
39 struct xt_table *arptable_filter;
40#ifdef CONFIG_SECURITY
41 struct xt_table *iptable_security;

--- 31 unchanged lines hidden ---
34 struct netns_frags frags;
35#ifdef CONFIG_NETFILTER
36 struct xt_table *iptable_filter;
37 struct xt_table *iptable_mangle;
38 struct xt_table *iptable_raw;
39 struct xt_table *arptable_filter;
40#ifdef CONFIG_SECURITY
41 struct xt_table *iptable_security;

--- 31 unchanged lines hidden ---