Searched refs:xfrm (Results 76 - 100 of 158) sorted by relevance

1234567

/linux-master/net/l2tp/
H A Dl2tp_eth.c25 #include <net/xfrm.h>
H A Dl2tp_ip6.c24 #include <net/xfrm.h>
H A Dl2tp_ip.c24 #include <net/xfrm.h>
/linux-master/net/ipv4/
H A Desp4.c9 #include <net/xfrm.h>
28 struct xfrm_skb_cb xfrm; member in struct:esp_skb_cb
220 struct xfrm_state *x = dst->xfrm;
260 x = skb_dst(skb)->xfrm;
1219 pr_info("%s: can't add xfrm type\n", __func__);
H A Desp4_offload.c22 #include <net/xfrm.h>
372 pr_info("%s: can't add xfrm type offload\n", __func__);
H A Dip_vti.c38 #include <net/xfrm.h>
154 * Or if the xfrm is not mode tunnel.
226 if (!vti_state_check(dst->xfrm, parms->iph.daddr, parms->iph.saddr)) {
H A Dipip.c110 #include <net/xfrm.h>
H A Dip_input.c140 #include <net/xfrm.h>
H A Dip_output.c70 #include <net/xfrm.h>
301 if (skb_dst(skb)->xfrm) {
/linux-master/net/ipv6/
H A Desp6.c21 #include <net/xfrm.h>
44 struct xfrm_skb_cb xfrm; member in struct:esp_skb_cb
237 struct xfrm_state *x = dst->xfrm;
294 x = skb_dst(skb)->xfrm;
1271 pr_info("%s: can't add xfrm type\n", __func__);
H A Desp6_offload.c22 #include <net/xfrm.h>
408 pr_info("%s: can't add xfrm type offload\n", __func__);
H A Dmip6.c23 #include <net/xfrm.h>
374 pr_info("%s: can't add xfrm type(destopt)\n", __func__);
378 pr_info("%s: can't add xfrm type(rthdr)\n", __func__);
H A Dseg6_hmac.c35 #include <net/xfrm.h>
H A Dip6_input.c44 #include <net/xfrm.h>
H A Dip6_vti.c45 #include <net/xfrm.h>
419 * Or if the xfrm is not mode tunnel.
492 x = dst->xfrm;
/linux-master/tools/testing/selftests/sgx/
H A Dsigstruct.c334 sigstruct->body.xfrm = 3;
/linux-master/net/xfrm/
H A Dxfrm_algo.c3 * xfrm algorithm interface
16 #include <net/xfrm.h>
23 * are used in key negotiation and xfrm processing, and are used to verify
H A Despintcp.c4 #include <net/xfrm.h>
H A Dxfrm_interface_core.c43 #include <net/xfrm.h>
464 x = dst->xfrm;
940 .kind = "xfrm",
1246 MODULE_ALIAS_RTNL_LINK("xfrm");
/linux-master/net/dccp/
H A Dipv6.c14 #include <linux/xfrm.h>
28 #include <net/xfrm.h>
H A Dproto.c26 #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.
/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/net/netfilter/
H A Dnf_nat_proto.c26 #include <net/xfrm.h>
676 if (dst->xfrm)
/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...]

Completed in 287 milliseconds

1234567