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