commit | a4458343ac5986d010290915df6ab884afacbdb7 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Mar 13 15:51:12 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 14 15:05:10 2015 -0400 |
tree | d1fe4404bcee2e27b0a57cca62ee03f389e86f54 | |
parent | a07c92078d5cf32dcc7c3d673066f031d02dc454 [diff] |
inet_diag: factorize code in new inet_diag_msg_common_fill() helper Now the three type of sockets share a common base, we can factorize code in inet_diag_msg_common_fill(). inet_diag_entry no longer requires saddr_storage & daddr_storage and the extra copies. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>