Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Operations on the network namespace |
| 3 | */ |
| 4 | #ifndef __NET_NET_NAMESPACE_H |
| 5 | #define __NET_NET_NAMESPACE_H |
| 6 | |
Arun Sharma | 60063497 | 2011-07-26 16:09:06 -0700 | [diff] [blame] | 7 | #include <linux/atomic.h> |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 8 | #include <linux/workqueue.h> |
| 9 | #include <linux/list.h> |
David S. Miller | bee9525 | 2011-05-26 16:40:37 -0400 | [diff] [blame] | 10 | #include <linux/sysctl.h> |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 11 | |
Cong Wang | 6a66271 | 2014-04-15 16:25:34 -0700 | [diff] [blame] | 12 | #include <net/flow.h> |
Pavel Emelyanov | 8efa6e9 | 2008-03-31 19:41:14 -0700 | [diff] [blame] | 13 | #include <net/netns/core.h> |
Pavel Emelyanov | 852566f | 2008-07-18 04:01:24 -0700 | [diff] [blame] | 14 | #include <net/netns/mib.h> |
Denis V. Lunev | a0a53c8 | 2007-12-11 04:19:17 -0800 | [diff] [blame] | 15 | #include <net/netns/unix.h> |
Denis V. Lunev | 2aaef4e | 2007-12-11 04:19:54 -0800 | [diff] [blame] | 16 | #include <net/netns/packet.h> |
Pavel Emelyanov | 8afd351 | 2007-12-16 13:29:36 -0800 | [diff] [blame] | 17 | #include <net/netns/ipv4.h> |
Daniel Lezcano | b0f159d | 2008-01-10 02:49:06 -0800 | [diff] [blame] | 18 | #include <net/netns/ipv6.h> |
Alexander Aring | 633fc86 | 2014-02-28 07:32:49 +0100 | [diff] [blame] | 19 | #include <net/netns/ieee802154_6lowpan.h> |
Eric W. Biederman | 4db67e8 | 2012-08-06 08:42:04 +0000 | [diff] [blame] | 20 | #include <net/netns/sctp.h> |
Pavel Emelyanov | 67019cc | 2008-04-13 22:28:42 -0700 | [diff] [blame] | 21 | #include <net/netns/dccp.h> |
Gao feng | f3c1a44 | 2013-03-24 23:50:39 +0000 | [diff] [blame] | 22 | #include <net/netns/netfilter.h> |
Alexey Dobriyan | 8d87005 | 2008-01-31 04:02:13 -0800 | [diff] [blame] | 23 | #include <net/netns/x_tables.h> |
Alexey Dobriyan | dfdb8d7 | 2008-10-08 11:35:02 +0200 | [diff] [blame] | 24 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) |
| 25 | #include <net/netns/conntrack.h> |
| 26 | #endif |
Pablo Neira Ayuso | 99633ab | 2013-10-10 23:28:33 +0200 | [diff] [blame] | 27 | #include <net/netns/nftables.h> |
Alexey Dobriyan | d62ddc2 | 2008-11-25 17:14:31 -0800 | [diff] [blame] | 28 | #include <net/netns/xfrm.h> |
Eric W. Biederman | 0189197 | 2015-03-03 19:10:47 -0600 | [diff] [blame] | 29 | #include <net/netns/mpls.h> |
Al Viro | 435d5f4 | 2014-10-31 22:56:04 -0400 | [diff] [blame] | 30 | #include <linux/ns_common.h> |
Pablo Neira Ayuso | 04c52de | 2015-06-17 10:28:25 -0500 | [diff] [blame] | 31 | #include <linux/idr.h> |
| 32 | #include <linux/skbuff.h> |
Denis V. Lunev | a0a53c8 | 2007-12-11 04:19:17 -0800 | [diff] [blame] | 33 | |
Eric W. Biederman | 038e733 | 2012-06-14 02:31:10 -0700 | [diff] [blame] | 34 | struct user_namespace; |
Eric W. Biederman | 457c4cb | 2007-09-12 12:01:34 +0200 | [diff] [blame] | 35 | struct proc_dir_entry; |
Eric W. Biederman | 2774c7a | 2007-09-26 22:10:56 -0700 | [diff] [blame] | 36 | struct net_device; |
Denis V. Lunev | 97c53ca | 2007-11-19 22:26:51 -0800 | [diff] [blame] | 37 | struct sock; |
Pavel Emelyanov | 1597fbc | 2007-12-01 23:51:01 +1100 | [diff] [blame] | 38 | struct ctl_table_header; |
Pavel Emelyanov | dec827d | 2008-04-15 00:36:08 -0700 | [diff] [blame] | 39 | struct net_generic; |
Johannes Berg | 134e637 | 2009-07-10 09:51:34 +0000 | [diff] [blame] | 40 | struct sock; |
Julian Anastasov | 2553d06 | 2011-03-04 12:18:07 +0200 | [diff] [blame] | 41 | struct netns_ipvs; |
Pavel Emelyanov | 1597fbc | 2007-12-01 23:51:01 +1100 | [diff] [blame] | 42 | |
Eric Dumazet | 7c28bd0 | 2009-10-24 06:13:17 -0700 | [diff] [blame] | 43 | |
| 44 | #define NETDEV_HASHBITS 8 |
| 45 | #define NETDEV_HASHENTRIES (1 << NETDEV_HASHBITS) |
| 46 | |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 47 | struct net { |
Al Viro | a685e08 | 2011-06-08 21:13:01 -0400 | [diff] [blame] | 48 | atomic_t passive; /* To decided when the network |
| 49 | * namespace should be freed. |
| 50 | */ |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 51 | atomic_t count; /* To decided when the network |
Al Viro | a685e08 | 2011-06-08 21:13:01 -0400 | [diff] [blame] | 52 | * namespace should be shut down. |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 53 | */ |
Eric Dumazet | 8e602ce | 2010-10-14 05:56:18 +0000 | [diff] [blame] | 54 | spinlock_t rules_mod_lock; |
| 55 | |
Eric Dumazet | 33cf7c9 | 2015-03-11 18:53:14 -0700 | [diff] [blame] | 56 | atomic64_t cookie_gen; |
| 57 | |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 58 | struct list_head list; /* list of network namespaces */ |
Eric W. Biederman | 2b035b3 | 2009-11-29 22:25:27 +0000 | [diff] [blame] | 59 | struct list_head cleanup_list; /* namespaces on death row */ |
Eric W. Biederman | 72ad937 | 2009-12-03 02:29:03 +0000 | [diff] [blame] | 60 | struct list_head exit_list; /* Use only net_mutex */ |
Eric W. Biederman | 457c4cb | 2007-09-12 12:01:34 +0200 | [diff] [blame] | 61 | |
Eric W. Biederman | 038e733 | 2012-06-14 02:31:10 -0700 | [diff] [blame] | 62 | struct user_namespace *user_ns; /* Owning user namespace */ |
WANG Cong | de13346 | 2015-05-15 14:47:32 -0700 | [diff] [blame] | 63 | spinlock_t nsid_lock; |
Nicolas Dichtel | 0c7aecd | 2015-01-15 15:11:15 +0100 | [diff] [blame] | 64 | struct idr netns_ids; |
Eric W. Biederman | 038e733 | 2012-06-14 02:31:10 -0700 | [diff] [blame] | 65 | |
Al Viro | 435d5f4 | 2014-10-31 22:56:04 -0400 | [diff] [blame] | 66 | struct ns_common ns; |
Eric W. Biederman | 98f842e | 2011-06-15 10:21:48 -0700 | [diff] [blame] | 67 | |
Eric W. Biederman | 457c4cb | 2007-09-12 12:01:34 +0200 | [diff] [blame] | 68 | struct proc_dir_entry *proc_net; |
| 69 | struct proc_dir_entry *proc_net_stat; |
Eric W. Biederman | 881d966 | 2007-09-17 11:56:21 -0700 | [diff] [blame] | 70 | |
Al Viro | 7345509 | 2008-07-14 21:22:20 -0400 | [diff] [blame] | 71 | #ifdef CONFIG_SYSCTL |
| 72 | struct ctl_table_set sysctls; |
| 73 | #endif |
Eric W. Biederman | 95bdfcc | 2007-11-30 23:55:42 +1100 | [diff] [blame] | 74 | |
Eric Dumazet | 8e602ce | 2010-10-14 05:56:18 +0000 | [diff] [blame] | 75 | struct sock *rtnl; /* rtnetlink socket */ |
| 76 | struct sock *genl_sock; |
Eric W. Biederman | 2774c7a | 2007-09-26 22:10:56 -0700 | [diff] [blame] | 77 | |
Eric W. Biederman | 881d966 | 2007-09-17 11:56:21 -0700 | [diff] [blame] | 78 | struct list_head dev_base_head; |
| 79 | struct hlist_head *dev_name_head; |
| 80 | struct hlist_head *dev_index_head; |
Thomas Graf | 4e985ad | 2011-06-21 03:11:20 +0000 | [diff] [blame] | 81 | unsigned int dev_base_seq; /* protected by rtnl_mutex */ |
Pavel Emelyanov | aa79e66 | 2012-08-08 21:53:19 +0000 | [diff] [blame] | 82 | int ifindex; |
Eric W. Biederman | 50624c9 | 2013-09-23 21:19:49 -0700 | [diff] [blame] | 83 | unsigned int dev_unreg_count; |
Denis V. Lunev | 97c53ca | 2007-11-19 22:26:51 -0800 | [diff] [blame] | 84 | |
Denis V. Lunev | 5fd30ee | 2008-01-10 03:20:28 -0800 | [diff] [blame] | 85 | /* core fib_rules */ |
| 86 | struct list_head rules_ops; |
Denis V. Lunev | 5fd30ee | 2008-01-10 03:20:28 -0800 | [diff] [blame] | 87 | |
Denis V. Lunev | d12d01d | 2007-11-19 22:28:35 -0800 | [diff] [blame] | 88 | |
Eric Dumazet | 8e602ce | 2010-10-14 05:56:18 +0000 | [diff] [blame] | 89 | struct net_device *loopback_dev; /* The loopback */ |
Pavel Emelyanov | 8efa6e9 | 2008-03-31 19:41:14 -0700 | [diff] [blame] | 90 | struct netns_core core; |
Pavel Emelyanov | 852566f | 2008-07-18 04:01:24 -0700 | [diff] [blame] | 91 | struct netns_mib mib; |
Denis V. Lunev | 2aaef4e | 2007-12-11 04:19:54 -0800 | [diff] [blame] | 92 | struct netns_packet packet; |
Denis V. Lunev | a0a53c8 | 2007-12-11 04:19:17 -0800 | [diff] [blame] | 93 | struct netns_unix unx; |
Pavel Emelyanov | 8afd351 | 2007-12-16 13:29:36 -0800 | [diff] [blame] | 94 | struct netns_ipv4 ipv4; |
Eric Dumazet | dfd56b8 | 2011-12-10 09:48:31 +0000 | [diff] [blame] | 95 | #if IS_ENABLED(CONFIG_IPV6) |
Daniel Lezcano | b0f159d | 2008-01-10 02:49:06 -0800 | [diff] [blame] | 96 | struct netns_ipv6 ipv6; |
| 97 | #endif |
Alexander Aring | 633fc86 | 2014-02-28 07:32:49 +0100 | [diff] [blame] | 98 | #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN) |
| 99 | struct netns_ieee802154_lowpan ieee802154_lowpan; |
| 100 | #endif |
Eric W. Biederman | 4db67e8 | 2012-08-06 08:42:04 +0000 | [diff] [blame] | 101 | #if defined(CONFIG_IP_SCTP) || defined(CONFIG_IP_SCTP_MODULE) |
| 102 | struct netns_sctp sctp; |
| 103 | #endif |
Pavel Emelyanov | 67019cc | 2008-04-13 22:28:42 -0700 | [diff] [blame] | 104 | #if defined(CONFIG_IP_DCCP) || defined(CONFIG_IP_DCCP_MODULE) |
| 105 | struct netns_dccp dccp; |
| 106 | #endif |
Alexey Dobriyan | 8d87005 | 2008-01-31 04:02:13 -0800 | [diff] [blame] | 107 | #ifdef CONFIG_NETFILTER |
Gao feng | f3c1a44 | 2013-03-24 23:50:39 +0000 | [diff] [blame] | 108 | struct netns_nf nf; |
Alexey Dobriyan | 8d87005 | 2008-01-31 04:02:13 -0800 | [diff] [blame] | 109 | struct netns_xt xt; |
Alexey Dobriyan | dfdb8d7 | 2008-10-08 11:35:02 +0200 | [diff] [blame] | 110 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) |
| 111 | struct netns_ct ct; |
| 112 | #endif |
Pablo Neira Ayuso | 99633ab | 2013-10-10 23:28:33 +0200 | [diff] [blame] | 113 | #if defined(CONFIG_NF_TABLES) || defined(CONFIG_NF_TABLES_MODULE) |
| 114 | struct netns_nftables nft; |
| 115 | #endif |
Amerigo Wang | c038a76 | 2012-09-18 16:50:08 +0000 | [diff] [blame] | 116 | #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) |
| 117 | struct netns_nf_frag nf_frag; |
| 118 | #endif |
Alexey Dobriyan | cd8c20b | 2010-01-13 16:02:14 +0100 | [diff] [blame] | 119 | struct sock *nfnl; |
| 120 | struct sock *nfnl_stash; |
Andreas Schultz | 3499abb | 2015-08-05 17:51:45 +0200 | [diff] [blame] | 121 | #if IS_ENABLED(CONFIG_NETFILTER_NETLINK_ACCT) |
| 122 | struct list_head nfnl_acct_list; |
| 123 | #endif |
Alexey Dobriyan | 8d87005 | 2008-01-31 04:02:13 -0800 | [diff] [blame] | 124 | #endif |
Johannes Berg | 3d23e34 | 2009-09-29 23:27:28 +0200 | [diff] [blame] | 125 | #ifdef CONFIG_WEXT_CORE |
Johannes Berg | b333b3d22 | 2009-06-24 01:34:48 +0000 | [diff] [blame] | 126 | struct sk_buff_head wext_nlevents; |
| 127 | #endif |
Eric Dumazet | 1c87733 | 2010-10-25 03:20:11 +0000 | [diff] [blame] | 128 | struct net_generic __rcu *gen; |
Eric Dumazet | 8e602ce | 2010-10-14 05:56:18 +0000 | [diff] [blame] | 129 | |
| 130 | /* Note : following structs are cache line aligned */ |
| 131 | #ifdef CONFIG_XFRM |
| 132 | struct netns_xfrm xfrm; |
| 133 | #endif |
JunweiZhang | 8b4d14d | 2013-06-26 16:40:06 +0800 | [diff] [blame] | 134 | #if IS_ENABLED(CONFIG_IP_VS) |
Hans Schillstrom | 61b1ab4 | 2011-01-03 14:44:42 +0100 | [diff] [blame] | 135 | struct netns_ipvs *ipvs; |
JunweiZhang | 8b4d14d | 2013-06-26 16:40:06 +0800 | [diff] [blame] | 136 | #endif |
Eric W. Biederman | 0189197 | 2015-03-03 19:10:47 -0600 | [diff] [blame] | 137 | #if IS_ENABLED(CONFIG_MPLS) |
| 138 | struct netns_mpls mpls; |
| 139 | #endif |
Andrey Vagin | 51d7ccc | 2012-07-16 04:28:49 +0000 | [diff] [blame] | 140 | struct sock *diag_nlsk; |
Timo Teräs | 5aad1de | 2013-05-27 20:46:33 +0000 | [diff] [blame] | 141 | atomic_t fnhe_genid; |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 142 | }; |
| 143 | |
Denis V. Lunev | c0f3932 | 2008-04-02 00:10:28 -0700 | [diff] [blame] | 144 | #include <linux/seq_file_net.h> |
| 145 | |
Daniel Lezcano | 4fabcd7 | 2007-09-13 09:16:29 +0200 | [diff] [blame] | 146 | /* Init's network namespace */ |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 147 | extern struct net init_net; |
Denis V. Lunev | a4aa834 | 2008-04-03 13:04:33 -0700 | [diff] [blame] | 148 | |
Eric W. Biederman | d727abc | 2012-06-14 02:16:42 -0700 | [diff] [blame] | 149 | #ifdef CONFIG_NET_NS |
Joe Perches | e67e16e | 2013-09-21 10:22:48 -0700 | [diff] [blame] | 150 | struct net *copy_net_ns(unsigned long flags, struct user_namespace *user_ns, |
| 151 | struct net *old_net); |
Denis V. Lunev | 225c0a0 | 2008-04-02 00:09:29 -0700 | [diff] [blame] | 152 | |
Eric W. Biederman | d727abc | 2012-06-14 02:16:42 -0700 | [diff] [blame] | 153 | #else /* CONFIG_NET_NS */ |
| 154 | #include <linux/sched.h> |
| 155 | #include <linux/nsproxy.h> |
Eric W. Biederman | 038e733 | 2012-06-14 02:31:10 -0700 | [diff] [blame] | 156 | static inline struct net *copy_net_ns(unsigned long flags, |
| 157 | struct user_namespace *user_ns, struct net *old_net) |
Eric W. Biederman | 9dd776b | 2007-09-26 22:04:26 -0700 | [diff] [blame] | 158 | { |
Eric W. Biederman | d727abc | 2012-06-14 02:16:42 -0700 | [diff] [blame] | 159 | if (flags & CLONE_NEWNET) |
| 160 | return ERR_PTR(-EINVAL); |
| 161 | return old_net; |
Eric W. Biederman | 9dd776b | 2007-09-26 22:04:26 -0700 | [diff] [blame] | 162 | } |
Eric W. Biederman | d727abc | 2012-06-14 02:16:42 -0700 | [diff] [blame] | 163 | #endif /* CONFIG_NET_NS */ |
Denis V. Lunev | 225c0a0 | 2008-04-02 00:09:29 -0700 | [diff] [blame] | 164 | |
| 165 | |
| 166 | extern struct list_head net_namespace_list; |
Eric W. Biederman | 9dd776b | 2007-09-26 22:04:26 -0700 | [diff] [blame] | 167 | |
Joe Perches | e67e16e | 2013-09-21 10:22:48 -0700 | [diff] [blame] | 168 | struct net *get_net_ns_by_pid(pid_t pid); |
| 169 | struct net *get_net_ns_by_fd(int pid); |
Johannes Berg | 30ffee8 | 2009-07-10 09:51:35 +0000 | [diff] [blame] | 170 | |
Rashika Kheria | 535d3ae | 2014-02-09 22:29:14 +0530 | [diff] [blame] | 171 | #ifdef CONFIG_SYSCTL |
| 172 | void ipx_register_sysctl(void); |
| 173 | void ipx_unregister_sysctl(void); |
| 174 | #else |
| 175 | #define ipx_register_sysctl() |
| 176 | #define ipx_unregister_sysctl() |
| 177 | #endif |
| 178 | |
Pavel Emelyanov | d465579 | 2007-11-01 00:43:49 -0700 | [diff] [blame] | 179 | #ifdef CONFIG_NET_NS |
Joe Perches | e67e16e | 2013-09-21 10:22:48 -0700 | [diff] [blame] | 180 | void __put_net(struct net *net); |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 181 | |
| 182 | static inline struct net *get_net(struct net *net) |
| 183 | { |
| 184 | atomic_inc(&net->count); |
| 185 | return net; |
| 186 | } |
| 187 | |
Eric W. Biederman | 077130c | 2007-09-13 09:18:57 +0200 | [diff] [blame] | 188 | static inline struct net *maybe_get_net(struct net *net) |
| 189 | { |
| 190 | /* Used when we know struct net exists but we |
| 191 | * aren't guaranteed a previous reference count |
| 192 | * exists. If the reference count is zero this |
| 193 | * function fails and returns NULL. |
| 194 | */ |
| 195 | if (!atomic_inc_not_zero(&net->count)) |
| 196 | net = NULL; |
| 197 | return net; |
| 198 | } |
| 199 | |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 200 | static inline void put_net(struct net *net) |
| 201 | { |
| 202 | if (atomic_dec_and_test(&net->count)) |
| 203 | __put_net(net); |
| 204 | } |
| 205 | |
YOSHIFUJI Hideaki | 878628f | 2008-03-26 03:57:35 +0900 | [diff] [blame] | 206 | static inline |
| 207 | int net_eq(const struct net *net1, const struct net *net2) |
| 208 | { |
| 209 | return net1 == net2; |
| 210 | } |
Al Viro | a685e08 | 2011-06-08 21:13:01 -0400 | [diff] [blame] | 211 | |
Joe Perches | e67e16e | 2013-09-21 10:22:48 -0700 | [diff] [blame] | 212 | void net_drop_ns(void *); |
Al Viro | a685e08 | 2011-06-08 21:13:01 -0400 | [diff] [blame] | 213 | |
Pavel Emelyanov | d465579 | 2007-11-01 00:43:49 -0700 | [diff] [blame] | 214 | #else |
Eric W. Biederman | b9f75f4 | 2008-06-20 22:16:51 -0700 | [diff] [blame] | 215 | |
Pavel Emelyanov | d465579 | 2007-11-01 00:43:49 -0700 | [diff] [blame] | 216 | static inline struct net *get_net(struct net *net) |
| 217 | { |
| 218 | return net; |
| 219 | } |
| 220 | |
| 221 | static inline void put_net(struct net *net) |
| 222 | { |
| 223 | } |
| 224 | |
Pavel Emelyanov | d465579 | 2007-11-01 00:43:49 -0700 | [diff] [blame] | 225 | static inline struct net *maybe_get_net(struct net *net) |
| 226 | { |
| 227 | return net; |
| 228 | } |
YOSHIFUJI Hideaki | 878628f | 2008-03-26 03:57:35 +0900 | [diff] [blame] | 229 | |
| 230 | static inline |
| 231 | int net_eq(const struct net *net1, const struct net *net2) |
| 232 | { |
| 233 | return 1; |
| 234 | } |
Al Viro | a685e08 | 2011-06-08 21:13:01 -0400 | [diff] [blame] | 235 | |
| 236 | #define net_drop_ns NULL |
Pavel Emelyanov | d465579 | 2007-11-01 00:43:49 -0700 | [diff] [blame] | 237 | #endif |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 238 | |
Denis V. Lunev | 5d1e446 | 2008-04-16 01:58:04 -0700 | [diff] [blame] | 239 | |
Eric W. Biederman | 0c5c9fb | 2015-03-11 23:06:44 -0500 | [diff] [blame] | 240 | typedef struct { |
Eric Dumazet | 8f424b5 | 2008-11-12 00:53:30 -0800 | [diff] [blame] | 241 | #ifdef CONFIG_NET_NS |
Eric W. Biederman | 0c5c9fb | 2015-03-11 23:06:44 -0500 | [diff] [blame] | 242 | struct net *net; |
Eric Dumazet | 8f424b5 | 2008-11-12 00:53:30 -0800 | [diff] [blame] | 243 | #endif |
Eric W. Biederman | 0c5c9fb | 2015-03-11 23:06:44 -0500 | [diff] [blame] | 244 | } possible_net_t; |
| 245 | |
| 246 | static inline void write_pnet(possible_net_t *pnet, struct net *net) |
| 247 | { |
| 248 | #ifdef CONFIG_NET_NS |
| 249 | pnet->net = net; |
| 250 | #endif |
| 251 | } |
| 252 | |
| 253 | static inline struct net *read_pnet(const possible_net_t *pnet) |
| 254 | { |
| 255 | #ifdef CONFIG_NET_NS |
| 256 | return pnet->net; |
| 257 | #else |
| 258 | return &init_net; |
| 259 | #endif |
| 260 | } |
Denis V. Lunev | 5d1e446 | 2008-04-16 01:58:04 -0700 | [diff] [blame] | 261 | |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 262 | #define for_each_net(VAR) \ |
| 263 | list_for_each_entry(VAR, &net_namespace_list, list) |
| 264 | |
Johannes Berg | 11a28d3 | 2009-07-10 09:51:33 +0000 | [diff] [blame] | 265 | #define for_each_net_rcu(VAR) \ |
| 266 | list_for_each_entry_rcu(VAR, &net_namespace_list, list) |
| 267 | |
Pavel Emelyanov | 4665079 | 2007-10-08 20:38:39 -0700 | [diff] [blame] | 268 | #ifdef CONFIG_NET_NS |
| 269 | #define __net_init |
| 270 | #define __net_exit |
Denis V. Lunev | 022cbae | 2007-11-13 03:23:50 -0800 | [diff] [blame] | 271 | #define __net_initdata |
Andi Kleen | 04a6f82 | 2012-10-04 17:12:11 -0700 | [diff] [blame] | 272 | #define __net_initconst |
Pavel Emelyanov | 4665079 | 2007-10-08 20:38:39 -0700 | [diff] [blame] | 273 | #else |
| 274 | #define __net_init __init |
| 275 | #define __net_exit __exit_refok |
Denis V. Lunev | 022cbae | 2007-11-13 03:23:50 -0800 | [diff] [blame] | 276 | #define __net_initdata __initdata |
Andi Kleen | 04a6f82 | 2012-10-04 17:12:11 -0700 | [diff] [blame] | 277 | #define __net_initconst __initconst |
Pavel Emelyanov | 4665079 | 2007-10-08 20:38:39 -0700 | [diff] [blame] | 278 | #endif |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 279 | |
Nicolas Dichtel | 7a0877d | 2015-05-07 11:02:49 +0200 | [diff] [blame] | 280 | int peernet2id_alloc(struct net *net, struct net *peer); |
Nicolas Dichtel | 59324cf | 2015-05-07 11:02:53 +0200 | [diff] [blame] | 281 | int peernet2id(struct net *net, struct net *peer); |
| 282 | bool peernet_has_id(struct net *net, struct net *peer); |
Nicolas Dichtel | 0c7aecd | 2015-01-15 15:11:15 +0100 | [diff] [blame] | 283 | struct net *get_net_ns_by_id(struct net *net, int id); |
| 284 | |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 285 | struct pernet_operations { |
| 286 | struct list_head list; |
| 287 | int (*init)(struct net *net); |
| 288 | void (*exit)(struct net *net); |
Eric W. Biederman | 72ad937 | 2009-12-03 02:29:03 +0000 | [diff] [blame] | 289 | void (*exit_batch)(struct list_head *net_exit_list); |
Eric W. Biederman | f875bae | 2009-11-29 22:25:28 +0000 | [diff] [blame] | 290 | int *id; |
| 291 | size_t size; |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 292 | }; |
| 293 | |
Eric W. Biederman | 17edde5 | 2009-02-22 00:11:09 -0800 | [diff] [blame] | 294 | /* |
| 295 | * Use these carefully. If you implement a network device and it |
| 296 | * needs per network namespace operations use device pernet operations, |
| 297 | * otherwise use pernet subsys operations. |
| 298 | * |
Johannes Berg | 4edf547 | 2009-07-15 06:16:34 +0000 | [diff] [blame] | 299 | * Network interfaces need to be removed from a dying netns _before_ |
| 300 | * subsys notifiers can be called, as most of the network code cleanup |
| 301 | * (which is done from subsys notifiers) runs with the assumption that |
| 302 | * dev_remove_pack has been called so no new packets will arrive during |
| 303 | * and after the cleanup functions have been called. dev_remove_pack |
| 304 | * is not per namespace so instead the guarantee of no more packets |
| 305 | * arriving in a network namespace is provided by ensuring that all |
| 306 | * network devices and all sockets have left the network namespace |
| 307 | * before the cleanup methods are called. |
Eric W. Biederman | 17edde5 | 2009-02-22 00:11:09 -0800 | [diff] [blame] | 308 | * |
| 309 | * For the longest time the ipv4 icmp code was registered as a pernet |
| 310 | * device which caused kernel oops, and panics during network |
| 311 | * namespace cleanup. So please don't get this wrong. |
| 312 | */ |
Joe Perches | e67e16e | 2013-09-21 10:22:48 -0700 | [diff] [blame] | 313 | int register_pernet_subsys(struct pernet_operations *); |
| 314 | void unregister_pernet_subsys(struct pernet_operations *); |
| 315 | int register_pernet_device(struct pernet_operations *); |
| 316 | void unregister_pernet_device(struct pernet_operations *); |
Eric W. Biederman | f875bae | 2009-11-29 22:25:28 +0000 | [diff] [blame] | 317 | |
Eric W. Biederman | 95bdfcc | 2007-11-30 23:55:42 +1100 | [diff] [blame] | 318 | struct ctl_table; |
| 319 | struct ctl_table_header; |
Pavel Emelyanov | d62c612 | 2008-05-19 13:45:33 -0700 | [diff] [blame] | 320 | |
Eric W. Biederman | 2ca794e | 2012-04-19 13:20:32 +0000 | [diff] [blame] | 321 | #ifdef CONFIG_SYSCTL |
Joe Perches | e67e16e | 2013-09-21 10:22:48 -0700 | [diff] [blame] | 322 | int net_sysctl_init(void); |
| 323 | struct ctl_table_header *register_net_sysctl(struct net *net, const char *path, |
| 324 | struct ctl_table *table); |
| 325 | void unregister_net_sysctl_table(struct ctl_table_header *header); |
Eric W. Biederman | 48c7495 | 2012-04-23 12:13:02 +0000 | [diff] [blame] | 326 | #else |
| 327 | static inline int net_sysctl_init(void) { return 0; } |
| 328 | static inline struct ctl_table_header *register_net_sysctl(struct net *net, |
| 329 | const char *path, struct ctl_table *table) |
| 330 | { |
| 331 | return NULL; |
| 332 | } |
| 333 | static inline void unregister_net_sysctl_table(struct ctl_table_header *header) |
| 334 | { |
| 335 | } |
| 336 | #endif |
| 337 | |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 338 | static inline int rt_genid_ipv4(struct net *net) |
Nicolas Dichtel | b42664f | 2012-09-10 22:09:44 +0000 | [diff] [blame] | 339 | { |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 340 | return atomic_read(&net->ipv4.rt_genid); |
Nicolas Dichtel | b42664f | 2012-09-10 22:09:44 +0000 | [diff] [blame] | 341 | } |
| 342 | |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 343 | static inline void rt_genid_bump_ipv4(struct net *net) |
Nicolas Dichtel | b42664f | 2012-09-10 22:09:44 +0000 | [diff] [blame] | 344 | { |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 345 | atomic_inc(&net->ipv4.rt_genid); |
| 346 | } |
| 347 | |
Hannes Frederic Sowa | 705f1c8 | 2014-09-28 00:46:06 +0200 | [diff] [blame] | 348 | extern void (*__fib6_flush_trees)(struct net *net); |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 349 | static inline void rt_genid_bump_ipv6(struct net *net) |
| 350 | { |
Hannes Frederic Sowa | 705f1c8 | 2014-09-28 00:46:06 +0200 | [diff] [blame] | 351 | if (__fib6_flush_trees) |
| 352 | __fib6_flush_trees(net); |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 353 | } |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 354 | |
Luis R. Rodriguez | 599018a | 2014-04-17 18:22:54 -0700 | [diff] [blame] | 355 | #if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN) |
| 356 | static inline struct netns_ieee802154_lowpan * |
| 357 | net_ieee802154_lowpan(struct net *net) |
| 358 | { |
| 359 | return &net->ieee802154_lowpan; |
| 360 | } |
Luis R. Rodriguez | 599018a | 2014-04-17 18:22:54 -0700 | [diff] [blame] | 361 | #endif |
| 362 | |
fan.du | ca4c3fc | 2013-07-30 08:33:53 +0800 | [diff] [blame] | 363 | /* For callers who don't really care about whether it's IPv4 or IPv6 */ |
| 364 | static inline void rt_genid_bump_all(struct net *net) |
| 365 | { |
| 366 | rt_genid_bump_ipv4(net); |
| 367 | rt_genid_bump_ipv6(net); |
Nicolas Dichtel | b42664f | 2012-09-10 22:09:44 +0000 | [diff] [blame] | 368 | } |
Eric W. Biederman | 95bdfcc | 2007-11-30 23:55:42 +1100 | [diff] [blame] | 369 | |
Timo Teräs | 5aad1de | 2013-05-27 20:46:33 +0000 | [diff] [blame] | 370 | static inline int fnhe_genid(struct net *net) |
| 371 | { |
| 372 | return atomic_read(&net->fnhe_genid); |
| 373 | } |
| 374 | |
| 375 | static inline void fnhe_genid_bump(struct net *net) |
| 376 | { |
| 377 | atomic_inc(&net->fnhe_genid); |
| 378 | } |
| 379 | |
Eric W. Biederman | 5f256be | 2007-09-12 11:50:50 +0200 | [diff] [blame] | 380 | #endif /* __NET_NET_NAMESPACE_H */ |