tproxy: added const specifiers to udp lookup functions
authorBalazs Scheidler <bazsi@balabit.hu>
Thu, 21 Oct 2010 14:04:33 +0000 (16:04 +0200)
committerPatrick McHardy <kaber@trash.net>
Thu, 21 Oct 2010 14:04:33 +0000 (16:04 +0200)
commit88440ae70eda83d0cc94148d404f4990c9f1289c
tree1eb2d41db913c3e18e0846c756c317a6a6db7203
parente97c3e278e951501c2f385de70c3ceacdea78c4a
tproxy: added const specifiers to udp lookup functions

The parameters for various UDP lookup functions were non-const, even though
they could be const. TProxy has some const references and instead of
downcasting it, I added const specifiers along the path.

Signed-off-by: Balazs Scheidler <bazsi@balabit.hu>
Signed-off-by: KOVACS Krisztian <hidden@balabit.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/udp.c
This page took 0.027103 seconds and 5 git commands to generate.