From: Eric Dumazet Date: Sun, 18 Mar 2012 11:06:44 +0000 (+0000) Subject: tcp: introduce tcp_data_queue_ofo X-Git-Tag: v3.4-rc1~177^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86b291962cbf477e35d983d312428cf737bc0f8;p=pandora-kernel.git tcp: introduce tcp_data_queue_ofo Split tcp_data_queue() in two parts for better readability. tcp_data_queue_ofo() is responsible for queueing incoming skb into out of order queue. Change code layout so that the skb_set_owner_r() is performed only if skb is not dropped. This is a preliminary patch before "reduce out_of_order memory use" following patch. Signed-off-by: Eric Dumazet Cc: Neal Cardwell Cc: Yuchung Cheng Cc: H.K. Jerry Chu Cc: Tom Herbert Cc: Ilpo Järvinen Acked-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed