TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()

inet_sk_rebuild_header() does a new route lookup if the dst_entry
associated with a socket becomes stale. However inet_sk_rebuild_header()
didn't use struct flowi->flags, causing the route lookup to
fail for foreign-bound IP_TRANSPARENT sockets, causing an error
state to be set for the sockets in question.

Signed-off-by: Balazs Scheidler <bazsi@balabit.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Balazs Scheidler and committed by David S. Miller c8283845 a134f85c

+1
+1
net/ipv4/af_inet.c
··· 1117 }, 1118 }, 1119 .proto = sk->sk_protocol, 1120 .uli_u = { 1121 .ports = { 1122 .sport = inet->sport,
··· 1117 }, 1118 }, 1119 .proto = sk->sk_protocol, 1120 + .flags = inet_sk_flowi_flags(sk), 1121 .uli_u = { 1122 .ports = { 1123 .sport = inet->sport,