Files
linux-apfs/include/linux
Arnaldo Carvalho de Melo 91f0ebf7b6 [DCCP] CCID: Improve CCID infrastructure
1. No need for ->ccid_init nor ->ccid_exit, this is what module_{init,exit}
   does and anynways neither ccid2 nor ccid3 were using it.

2. Rename struct ccid to struct ccid_operations and introduce struct ccid
   with a pointer to ccid_operations and rigth after it the rx or tx
   private state.

3. Remove the pointer to the state of the half connections from struct
   dccp_sock, now its derived thru ccid_priv() from the ccid pointer.

Now we also can implement the setsockopt for changing the CCID easily as
no ccid init routines can affect struct dccp_sock in any way that prevents
other CCIDs from working if a CCID switch operation is asked by apps.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 19:21:44 -08:00
..
2006-02-22 09:32:46 +00:00
2006-02-03 08:32:00 -08:00
2006-03-09 19:47:37 -08:00
2006-02-11 21:41:11 -08:00
2006-03-08 14:14:01 -08:00
2006-03-20 17:09:11 -08:00
2006-02-08 01:03:52 -05:00
2006-02-10 08:13:12 -08:00
2006-02-22 09:39:02 -08:00
2006-03-20 17:09:11 -08:00
2006-03-08 14:14:01 -08:00
2006-03-08 14:14:01 -08:00
2006-03-20 17:09:11 -08:00
2006-02-07 20:56:35 -05:00
2006-02-24 14:31:39 -08:00
2006-03-20 19:15:11 -08:00
2006-02-11 21:41:11 -08:00
2006-02-10 08:13:12 -08:00
2006-02-10 08:13:12 -08:00
2006-03-20 19:15:11 -08:00