libiproute: code shrink by adding FAST_FUNC
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 24 Jul 2010 21:27:38 +0000 (23:27 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 24 Jul 2010 21:27:38 +0000 (23:27 +0200)
commit2e9b5510d687e5418bea85c3b04ad1e1fa797b6f
tree426a864b37e091349a569e1f822ea084121ed04a
parente0a622093c6c1f3e3a1f58713118395994000fd9
libiproute: code shrink by adding FAST_FUNC

function                                             old     new   delta
ipaddr_list_or_flush                                1282    1293     +11
ip_parse_common_args                                 153     151      -2
ip_main                                               53      50      -3
ip_do                                                 19      15      -4
do_iptunnel                                          985     980      -5
do_iprule                                            982     977      -5
do_iplink                                           1637    1631      -6
do_iproute                                          2105    2098      -7
do_ipaddr                                           1406    1398      -8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/8 up/down: 11/-40)            Total: -29 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ip.c
networking/libiproute/ip_common.h
networking/libiproute/ip_parse_common_args.c
networking/libiproute/ipaddress.c
networking/libiproute/iplink.c
networking/libiproute/iproute.c
networking/libiproute/iprule.c
networking/libiproute/iptunnel.c