From: Arnaldo Carvalho de Melo Date: Sun, 19 Jun 2005 05:47:59 +0000 (-0700) Subject: [NET] Generalise tcp_listen_opt X-Git-Tag: v2.6.13-rc1~90^2~583^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e87506fcc734647c7b2497eee4eb81e785c857a;p=pandora-kernel.git [NET] Generalise tcp_listen_opt This chunks out the accept_queue and tcp_listen_opt code and moves them to net/core/request_sock.c and include/net/request_sock.h, to make it useful for other transport protocols, DCCP being the first one to use it. Next patches will rename tcp_listen_opt to accept_sock and remove the inline tcp functions that just call a reqsk_queue_ function. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed