tcp: cleanup functions 19/13219/2
authorFlorin Coras <fcoras@cisco.com>
Mon, 25 Jun 2018 23:19:34 +0000 (16:19 -0700)
committerDamjan Marion <dmarion@me.com>
Tue, 26 Jun 2018 12:10:13 +0000 (12:10 +0000)
commit0dbd5171344bf89d1519dae7e8ddbc056df6132e
treee0e7dfac38662bf090e90ce740c6e6bd5bf05094
parent32ab95426d40920c526f0de89a43f88819616ed8
tcp: cleanup functions

- sprinkle statics for functions
- move some inlines from header files to corresponding .c files
- replace some always_inlines with statics where inlining is not
performance critical

Change-Id: I371dbf63431ce7e27e4ebbbdd844a9546a1f1849
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_output.c