xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
authorDavid Ahern <dsahern@gmail.com>
Mon, 20 Apr 2020 23:13:51 +0000 (17:13 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Apr 2020 14:31:23 +0000 (16:31 +0200)
commit995908dc5b51bfb42edf69160b0dd062d97ee07e
tree48fe80c3e7bac0a320148c41da7d729a6a039c75
parent4dbc99162edd95a2195ba2f7518704140c9a76a3
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish

[ Upstream commit 0c922a4850eba2e668f73a3f1153196e09abb251 ]

IPSKB_XFRM_TRANSFORMED and IP6SKB_XFRM_TRANSFORMED are skb flags set by
xfrm code to tell other skb handlers that the packet has been passed
through the xfrm output functions. Simplify the code and just always
set them rather than conditionally based on netfilter enabled thus
making the flag available for other users.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/xfrm4_output.c
net/ipv6/xfrm6_output.c