]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: util: No need for action_n2a() to be reentrant
authorPhil Sutter <phil@nwl.cc>
Sat, 23 Jul 2016 11:28:10 +0000 (13:28 +0200)
committerStephen Hemminger <shemming@brocade.com>
Mon, 25 Jul 2016 15:10:43 +0000 (08:10 -0700)
commit709320061154c2d381aa91fc6a135eea96b32672
tree73e57b65c4bf1a027ddbd95f6f88e80b01df4cae
parent69f5aff63c770bd95607b33d5ee8ee183dc13a64
tc: util: No need for action_n2a() to be reentrant

This allows to remove some buffers here and there. While at it, make it
return a const value.

Signed-off-by: Phil Sutter <phil@nwl.cc>
tc/m_bpf.c
tc/m_csum.c
tc/m_gact.c
tc/m_ife.c
tc/m_mirred.c
tc/m_nat.c
tc/m_pedit.c
tc/m_police.c
tc/m_vlan.c
tc/tc_util.c
tc/tc_util.h