From: Arnaldo Carvalho de Melo Date: Wed, 10 Aug 2005 02:50:02 +0000 (-0700) Subject: [INET]: Introduce inet_sk_rebuild_header X-Git-Tag: v2.6.14-rc1~1035^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32519f11d38ea8f4f60896763bacec7db1760f9c;p=pandora-kernel.git [INET]: Introduce inet_sk_rebuild_header From tcp_v4_rebuild_header, that already was pretty generic, I only needed to use sk->sk_protocol instead of the hardcoded IPPROTO_TCP and establish the requirement that INET transport layer protocols that want to use this function map TCP_SYN_SENT to its equivalent state. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed