commit | 69ead7afdf6028184f713a77376ee26f8aaafdcd | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Mar 01 14:45:33 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 01 14:45:33 2011 -0800 |
tree | bd5cd86f9786daadfd5425f65106bd1c7383fcc7 | |
parent | 80c0bc9e37adfc892af82cb6aa8cace79f8a96cb [diff] |
ipv6: Normalize arguments to ip6_dst_blackhole(). 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>