udp: Switch to ip_finish_skb
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 1 Mar 2011 02:36:48 +0000 (02:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2011 20:35:03 +0000 (12:35 -0800)
commitf6b9664f8b711cf4fd53e70aa0d21f72d5bf806c
tree878a8438b00e58b9b898a74f3cc4a32c1d5d8477
parent1c32c5ad6fac8cee1a77449f5abf211e911ff830
udp: Switch to ip_finish_skb

This patch converts UDP to use the new ip_finish_skb API.  This
would then allows us to more easily use ip_make_skb which allows
UDP to run without a socket lock.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
include/net/udplite.h
net/ipv4/udp.c