From: Gerrit Renker Date: Fri, 10 Nov 2006 13:22:32 +0000 (-0200) Subject: [DCCP]: Combine allocating & zeroing header space on skb X-Git-Tag: v2.6.20-rc2~6^2~13^2~418 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b42078ed6edfe04e9dc9a59b946ad912aeef717;p=pandora-kernel.git [DCCP]: Combine allocating & zeroing header space on skb This is a code simplification: it combines three often recurring operations into one inline function, * allocate `len' bytes header space in skb * fill these `len' bytes with zeroes * cast the start of this header space as dccp_hdr Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed