Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-microblaze.git] / include / linux / inet_diag.h
index 0ef2d80..84abb30 100644 (file)
@@ -75,6 +75,8 @@ static inline size_t inet_diag_msg_attrs_size(void)
 #ifdef CONFIG_SOCK_CGROUP_DATA
                + nla_total_size_64bit(sizeof(u64))  /* INET_DIAG_CGROUP_ID */
 #endif
+               + nla_total_size(sizeof(struct inet_diag_sockopt))
+                                                    /* INET_DIAG_SOCKOPT */
                ;
 }
 int inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb,