commit | 118b2c9532c853ebdf15c21128d30a343b89ea45 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Mon Mar 20 22:31:09 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:31:09 2006 -0800 |
tree | 1974a1850b4bfebb08424a241228ac66076c276f | |
parent | e5a6de915ba9ba828751ade5d3e874072a89a00a [diff] |
[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>