aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/secure_seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/secure_seq.c b/net/core/secure_seq.c
index b02fd16b8942..90e8a8250255 100644
--- a/net/core/secure_seq.c
+++ b/net/core/secure_seq.c
@@ -15,7 +15,7 @@
15 15
16static u32 net_secret[NET_SECRET_SIZE] ____cacheline_aligned; 16static u32 net_secret[NET_SECRET_SIZE] ____cacheline_aligned;
17 17
18static void net_secret_init(void) 18static __always_inline void net_secret_init(void)
19{ 19{
20 net_get_random_once(net_secret, sizeof(net_secret)); 20 net_get_random_once(net_secret, sizeof(net_secret));
21} 21}