ipv6: Normalize arguments to ip6_dst_blackhole().
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2011 22:45:33 +0000 (14:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2011 22:45:33 +0000 (14:45 -0800)
Return a dst pointer which is potentitally error encoded.

Don't pass original dst pointer by reference, pass a struct net
instead of a socket, and elide the flow argument since it is
unnecessary.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found