commit | 8f55db48608b109ad8c7ff4b946ad39b3189a540 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Sun Mar 29 16:59:23 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 31 13:58:35 2015 -0400 |
tree | b7364235d94c0e15aa491858a4a574182292f5e1 | |
parent | f0ef31264cde8b489a0b87149ebc3a72cef4c58a [diff] |
tcp: simplify inetpeer_addr_base use In many places, the a6 field is typecasted to struct in6_addr. As the fields are in union anyway, just add in6_addr type to the union and get rid of the typecasting. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>