commit | 6112bf38267906549a2b0d0284c8bb755a2d79ad | [log] [tgz] |
---|---|---|
author | Murat Sezgin <msezgin@codeaurora.org> | Fri Oct 21 10:42:16 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Nov 03 13:56:09 2016 -0700 |
tree | 141c57f0a0f56c3c775dc25f007bbbc08658d5be | |
parent | 8424fa6dbbb595878df1d3c73647da2452117d70 [diff] |
[qca-nss-ecm] fix genl message allocation size When allocating a genl message, additional overhead must be considered for the netlink attribute headers. To add this overhead, a helper function exists, nla_total_size() Change-Id: Ib579276121682f7f75664fe0015a1cd198c4f371 Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>