android_kernel_xiaomi_sm7250/net/dccp
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
..
ccids
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h [DCCP]: set safe upper bound for option length 2006-12-02 21:21:53 -08:00
diag.c
feat.c
feat.h
input.c
ipv4.c [DCCP]: Combine allocating & zeroing header space on skb 2006-12-02 21:21:55 -08:00
ipv6.c [DCCP]: Combine allocating & zeroing header space on skb 2006-12-02 21:21:55 -08:00
ipv6.h
Kconfig
Makefile
minisocks.c
options.c
output.c [DCCP]: Combine allocating & zeroing header space on skb 2006-12-02 21:21:55 -08:00
probe.c [NET]: Fix kfifo_alloc() error check. 2006-11-25 15:16:49 -08:00
proto.c [NET]: Size listen hash tables using backlog hint 2006-12-02 21:21:44 -08:00
sysctl.c
timer.c