Searched refs:xfrm (Results 1 - 25 of 158) sorted by path

1234567

/linux-master/net/netfilter/
H A Dxt_policy.c11 #include <net/xfrm.h>
90 if (dst->xfrm == NULL)
93 for (i = 0; dst && dst->xfrm;
100 if (match_xfrm_state(dst->xfrm, e, family)) {
/linux-master/net/xfrm/
H A Dxfrm_hash.c12 #include <linux/xfrm.h>
/linux-master/arch/x86/include/asm/
H A Dsgx.h156 * @xfrm: XSave-Feature Request Mask (subset of XCR0)
177 u64 xfrm; member in struct:sgx_secs
361 * @xfrm: XSave-Feature Request Mask (subset of XCR0)
373 u64 xfrm; member in struct:sgx_sigstruct_body
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dioctl.c503 * opt to sign with AVX bit in xfrm, but still be loadable on a platform
515 if (sigstruct->body.xfrm & sigstruct->body.xfrm_mask &
/linux-master/arch/x86/kvm/vmx/
H A Dsgx.c148 u64 attributes, xfrm, size; local
162 xfrm = contents->xfrm;
183 (u32)xfrm & ~sgx_12_1->ecx ||
184 (u32)(xfrm >> 32) & ~sgx_12_1->edx ||
185 xfrm & ~(vcpu->arch.guest_supported_xcr0 | XFEATURE_MASK_FPSSE) ||
186 (xfrm & XFEATURE_MASK_FPSSE) != XFEATURE_MASK_FPSSE) {
/linux-master/drivers/crypto/caam/
H A Dcompat.h29 #include <net/xfrm.h>
/linux-master/drivers/net/bonding/
H A Dbond_main.c85 #include <net/xfrm.h>
592 * bond_ipsec_offload_ok - can this packet use the xfrm hw offload
5882 /* set up xfrm device ops (only supported in active-backup right now) */
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c67 #include <net/xfrm.h>
H A Dsge.c44 #include <net/xfrm.h>
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c49 #include <net/xfrm.h>
235 NL_SET_ERR_MSG_MOD(extack, "Cannot offload authenticated xfrm states");
239 NL_SET_ERR_MSG_MOD(extack, "Cannot offload compressed xfrm states");
244 NL_SET_ERR_MSG_MOD(extack, "Only IPv4/6 xfrm state offloaded");
249 NL_SET_ERR_MSG_MOD(extack, "Only transport and tunnel xfrm offload");
253 NL_SET_ERR_MSG_MOD(extack, "Only ESP xfrm state offloaded");
257 NL_SET_ERR_MSG_MOD(extack, "Encapsulated xfrm state not offloaded");
261 NL_SET_ERR_MSG_MOD(extack, "Cannot offload xfrm states without aead");
266 NL_SET_ERR_MSG_MOD(extack, "Cannot offload xfrm states with AEAD ICV length other than 96b & 128b");
271 NL_SET_ERR_MSG_MOD(extack, "cannot offload xfrm state
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c5 #include <net/xfrm.h>
821 * ixgbe_ipsec_offload_ok - can this packet use the xfrm hw offload
1084 netdev_err(tx_ring->netdev, "%s: no xfrm state len = %d\n",
1184 * currently vlan device doesn't support xfrm offload.
H A Dixgbe_main.c41 #include <net/xfrm.h>
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c5 #include <net/xfrm.h>
14 * @xs: xfrm info to be sent to the PF
432 * ixgbevf_ipsec_offload_ok - can this packet use the xfrm hw offload
476 netdev_err(tx_ring->netdev, "%s: no xfrm state len = %d\n",
577 * currently VLAN device doesn't support xfrm offload.
H A Dixgbevf_main.c33 #include <net/xfrm.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c405 NL_SET_ERR_MSG_MOD(extack, "Cannot offload authenticated xfrm states");
409 NL_SET_ERR_MSG_MOD(extack, "Only AES-GCM-ICV16 xfrm state may be offloaded");
413 NL_SET_ERR_MSG_MOD(extack, "Cannot offload compressed xfrm states");
418 NL_SET_ERR_MSG_MOD(extack, "Cannot offload ESN xfrm states");
423 NL_SET_ERR_MSG_MOD(extack, "Only IPv4/6 xfrm states may be offloaded");
427 NL_SET_ERR_MSG_MOD(extack, "Only ESP xfrm state may be offloaded");
452 NL_SET_ERR_MSG_MOD(extack, "Cannot offload xfrm states without aead");
456 NL_SET_ERR_MSG_MOD(extack, "Cannot offload xfrm states with AEAD ICV length other than 128bit");
461 NL_SET_ERR_MSG_MOD(extack, "Cannot offload xfrm states with AEAD key length other than 128/256 bit");
465 NL_SET_ERR_MSG_MOD(extack, "Cannot offload xfrm state
[all...]
H A Dipsec.h38 #include <net/xfrm.h>
H A Dipsec_rxtx.c35 #include <net/xfrm.h>
H A Dipsec_rxtx.h38 #include <net/xfrm.h>
/linux-master/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c11 #include <net/xfrm.h>
291 NL_SET_ERR_MSG_MOD(extack, "Unsupported mode for xfrm offload");
303 NL_SET_ERR_MSG_MOD(extack, "Unsupported protocol for xfrm offload");
308 NL_SET_ERR_MSG_MOD(extack, "Unsupported XFRM_REPLAY_MODE_ESN for xfrm offload");
313 NL_SET_ERR_MSG_MOD(extack, "Unsupported xfrm offload type");
381 /* The xfrm descriptor for CHACAH20_POLY1305 does not set the algorithm id, which
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c7 #include <net/xfrm.h>
H A Dipsec.c5 #include <net/xfrm.h>
/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c9 #include <net/xfrm.h>
H A Dipsec.c4 #include <net/xfrm.h>
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c41 #include <net/xfrm.h>
/linux-master/drivers/net/
H A Dgtp.c31 #include <net/xfrm.h>

Completed in 519 milliseconds

1234567