commit | 77d2dd93742222973d253443d98ab8402d641038 | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Mon Oct 05 00:53:12 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 07 13:51:23 2009 -0700 |
tree | 1690399a1eae874db79e31f27721982cfdd1ea24 | |
parent | 388d5e9905dd80648fff5ccaefdd8c0fcedb3eae [diff] |
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>