commit | 0c922a4850eba2e668f73a3f1153196e09abb251 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Mon Apr 20 17:13:51 2020 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 22 12:32:11 2020 -0700 |
tree | 0e0ff01b12b1a5b316ad1b759a3550c2280b58d7 | |
parent | 9175d3f38816835b0801bacbf4f6aff1a1672b71 [diff] |
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish 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>