commit | e0df02e0c2118892b302e8248dbbb21698bedfed | [log] [tgz] |
---|---|---|
author | Craig Gallek <kraig@google.com> | Wed Jun 17 10:59:10 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 21 10:16:50 2015 -0700 |
tree | ea0483402fab420afc7dd5732018c0d3d10d9265 | |
parent | b7d3282a245f44286b88e436b1d08c518cdf4569 [diff] |
sock_diag: fetch source port from inet_sock When an inet_sock is destroyed, its source port (sk_num) is set to zero as part of the unhash procedure. In order to supply a source port as part of the NETLINK_SOCK_DIAG socket destruction broadcasts, the source port number must be read from inet_sport instead. Tested: ss -E Signed-off-by: Craig Gallek <kraig@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>