OSDN Git Service

tcp/dccp: Consolidate common code for RFC 3390 conversion
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Thu, 4 Sep 2008 05:30:19 +0000 (07:30 +0200)
committerGerrit Renker <gerrit@erg.abdn.ac.uk>
Thu, 4 Sep 2008 05:45:39 +0000 (07:45 +0200)
commit6224877b2ca4be5de96270a8ae490fe2ba11b0e0
tree95eef39293311959842e5476eace895e457eb780
parentb25b0c60b0c39a82bc651aeb6443bcb36cd17f76
tcp/dccp: Consolidate common code for RFC 3390 conversion

This patch consolidates the code common to TCP and CCID-2:
 * TCP uses RFC 3390 in a packet-oriented manner (tcp_input.c) and
 * CCID-2 uses RFC 3390 in packet-oriented manner (RFC 4341).

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
include/net/tcp.h
net/dccp/ccids/ccid2.c
net/ipv4/tcp_input.c