Gerrit Renker 9b42078ed6 [DCCP]: Combine allocating & zeroing header space on skb
This is a code simplification:
it combines three often recurring operations into one inline function,

        * allocate `len' bytes header space in skb
        * fill these `len' bytes with zeroes
        * cast the start of this header space as dccp_hdr

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-12-02 21:21:55 -08:00
..
2006-10-30 15:24:37 -08:00
2006-09-22 15:18:16 -07:00
2006-09-24 18:08:17 -03:00
2006-11-25 15:16:49 -08:00
2006-09-22 15:18:16 -07:00