diff options
Diffstat (limited to 'include/net/netns')
| -rw-r--r-- | include/net/netns/xfrm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h index 5299e69a32af..ea28404e9d79 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h | |||
| @@ -59,6 +59,10 @@ struct netns_xfrm { | |||
| 59 | #if IS_ENABLED(CONFIG_IPV6) | 59 | #if IS_ENABLED(CONFIG_IPV6) |
| 60 | struct dst_ops xfrm6_dst_ops; | 60 | struct dst_ops xfrm6_dst_ops; |
| 61 | #endif | 61 | #endif |
| 62 | spinlock_t xfrm_state_lock; | ||
| 63 | spinlock_t xfrm_policy_sk_bundle_lock; | ||
| 64 | rwlock_t xfrm_policy_lock; | ||
| 65 | struct mutex xfrm_cfg_mutex; | ||
| 62 | }; | 66 | }; |
| 63 | 67 | ||
| 64 | #endif | 68 | #endif |
