[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 06:50:58 +0000 (22:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:50:58 +0000 (22:50 -0800)
commita4bf3902427a128455b8de299ff0918072b2e974
tree5269cd4d84702a0a728b390e08242be01252d20d
parente6f507196c2b50243beb09b1bfa4639f999d4d1e
[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock

This will later be included in struct dccp_request_sock so that we can
have per connection feature negotiation state while in the 3way
handshake, when we clone the DCCP_ROLE_LISTEN socket (in
dccp_create_openreq_child) we'll just copy this state from
dreq_minisock to dccps_minisock.

Also the feature negotiation and option parsing code will mostly touch
dccps_minisock, which will simplify some stuff.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
net/dccp/dccp.h
net/dccp/diag.c
net/dccp/feat.c
net/dccp/input.c
net/dccp/minisocks.c
net/dccp/options.c
net/dccp/proto.c