commit | a019d6fe2b9da68ea4ba6cf3c4e86fc1dbf554c3 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | Tue Aug 09 20:15:09 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:49:50 2005 -0700 |
tree | f82f0523c313228d64998fac30790edcfd0785c3 | |
parent | 7c657876b63cb1d8a2ec06f8fc6c37bb8412e66c [diff] |
[ICSK]: Move generalised functions from tcp to inet_connection_sock This also improves reqsk_queue_prune and renames it to inet_csk_reqsk_queue_prune, as it deals with both inet_connection_sock and inet_request_sock objects, not just with request_sock ones thus belonging to inet_request_sock. Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>