linux-sg2042/net/dccp/ccids
Gerrit Renker 77d2dd9374 dccp ccid-2: Remove CCID naming redundancy 1/2
This removes a redundancy in the CCID half-connection (hc) naming scheme:
 * instead of 'hctx->tx_...', write 'hc->tx_...';
 * instead of 'hcrx->rx_...', write 'hc->rx_...';

which works because the 'type' of the half-connection is encoded in the
'rx_' / 'tx_' prefixes.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-07 13:51:23 -07:00
..
lib net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle 2009-09-14 17:02:54 -07:00
Kconfig net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle 2009-09-14 17:02:54 -07:00
ccid2.c dccp ccid-2: Remove CCID naming redundancy 1/2 2009-10-07 13:51:23 -07:00
ccid2.h dccp ccid-2: Overhaul CCID naming convention 1/2 2009-10-07 13:51:21 -07:00
ccid3.c dccp ccid-3: Overhaul CCID naming convention 2/2 2009-10-07 13:51:22 -07:00
ccid3.h dccp ccid-3: Overhaul CCID naming convention 2/2 2009-10-07 13:51:22 -07:00