From: Arnaldo Carvalho de Melo Date: Tue, 21 Mar 2006 06:31:09 +0000 (-0800) Subject: [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets X-Git-Tag: v2.6.17-rc1~1175^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118b2c9532c853ebdf15c21128d30a343b89ea45;p=pandora-kernel.git [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets Using this also provides opportunities for introducing inet_csk_alloc_skb that would call alloc_skb, account it to the sock and skb_reserve(max_header), but I'll leave this for later, for now using sk_prot->max_header consistently is enough. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed