[INET]: Give outer DSCP directly to ip*_copy_dscp
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Nov 2007 05:40:13 +0000 (21:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:45 +0000 (14:53 -0800)
This patch changes the prototype of ipv4_copy_dscp and ipv6_copy_dscp so
that they directly take the outer DSCP rather than the outer IP header.
This will help us to unify the code for inter-family tunnels.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found