From: James Chapman Date: Fri, 6 Jul 2007 00:08:05 +0000 (-0700) Subject: [UDP]: Cleanup UDP encapsulation code X-Git-Tag: v2.6.23-rc1~1109^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067b207b281db5e3f03f8d244286c20f61aa2343;p=pandora-kernel.git [UDP]: Cleanup UDP encapsulation code This cleanup fell out after adding L2TP support where a new encap_rcv funcptr was added to struct udp_sock. Have XFRM use the new encap_rcv funcptr, which allows us to move the XFRM encap code from udp.c into xfrm4_input.c. Make xfrm4_rcv_encap() static since it is no longer called externally. Signed-off-by: James Chapman Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed