linux/net/dccp
Arnaldo Carvalho de Melo 118b2c9532 [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets
Using this also provides opportunities for introducing
inet_csk_alloc_skb that would call alloc_skb, account it to the sock
and skb_reserve(max_header), but I'll leave this for later, for now
using sk_prot->max_header consistently is enough.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 22:31:09 -08:00
..
ccids [DCCP] ccid2: coding style cleanups 2006-03-20 22:05:37 -08:00
Kconfig [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
Makefile [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c 2006-03-20 21:25:11 -08:00
ackvec.c [DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free 2006-03-20 17:20:46 -08:00
ackvec.h [DCCP] ackvec: Introduce ack vector records 2006-03-20 17:19:55 -08:00
ccid.c [DCCP] CCID: Improve CCID infrastructure 2006-03-20 19:21:44 -08:00
ccid.h [DCCP] CCID: Improve CCID infrastructure 2006-03-20 19:21:44 -08:00
dccp.h [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
diag.c [IP_SOCKGLUE]: Remove most of the tcp specific calls 2006-01-03 13:10:58 -08:00
feat.c [DCCP] feat: Actually change the CCID upon negotiation 2006-03-20 19:22:37 -08:00
feat.h [DCCP]: Initial feature negotiation implementation 2006-03-20 17:43:56 -08:00
input.c [DCCP]: Uninline some functions 2006-03-20 21:58:56 -08:00
ipv4.c [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets 2006-03-20 22:31:09 -08:00
ipv6.c [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets 2006-03-20 22:31:09 -08:00
ipv6.h [DCCP]: Introduce DCCPv6 2006-01-03 13:10:52 -08:00
minisocks.c [DCCP] CCID: Improve CCID infrastructure 2006-03-20 19:21:44 -08:00
options.c [DCCP] options: Fix handling of ackvecs in DATA packets 2006-03-20 22:30:51 -08:00
output.c [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets 2006-03-20 22:31:09 -08:00
proto.c [DCCP] ipv6: Add missing ipv6 control socket 2006-03-20 22:00:37 -08:00
sysctl.c [DCCP] feat: Introduce sysctls for the default features 2006-03-20 19:25:02 -08:00
timer.c [DCCP]: Generalize dccp_v4_send_reset 2006-03-20 19:25:24 -08:00