Home
last modified time | relevance | path

Searched refs:CRYPTO_DONE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c339 xo->flags = CRYPTO_DONE; in mlx5e_ipsec_offload_handle_rx_skb()
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c648 xo->flags = CRYPTO_DONE; in nfp_net_ipsec_rx()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c615 xo->flags = CRYPTO_DONE; in ixgbevf_ipsec_rx()
/linux/include/net/
H A Dxfrm.h1126 #define CRYPTO_DONE 2 macro
1272 bool check = (xo->flags & CRYPTO_DONE) && in __xfrm_policy_check2()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c1222 xo->flags = CRYPTO_DONE; in ixgbe_ipsec_rx()
/linux/net/ipv6/
H A Desp6.c784 if (!xo || !(xo->flags & CRYPTO_DONE)) in esp6_input_done2()
/linux/net/ipv4/
H A Desp4.c753 if (!xo || !(xo->flags & CRYPTO_DONE)) in esp_input_done2()