Home
last modified time | relevance | path

Searched hist:a4458343ac5986d010290915df6ab884afacbdb7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dinet_diag.cdiff a4458343ac5986d010290915df6ab884afacbdb7 Fri Mar 13 17:51:12 CDT 2015 Eric Dumazet <edumazet@google.com> 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>