]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/ipv6/route.c
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)
commit69ead7afdf6028184f713a77376ee26f8aaafdcd
treebd5cd86f9786daadfd5425f65106bd1c7383fcc7
parent80c0bc9e37adfc892af82cb6aa8cace79f8a96cb
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>
include/net/ipv6.h
net/ipv6/ip6_output.c
net/ipv6/route.c