Home
last modified time | relevance | path

Searched refs:xvec (Results 1 – 23 of 23) sorted by relevance

/linux/security/selinux/
H A Dxfrm.c231 struct xfrm_state *x = sp->xvec[i]; in selinux_xfrm_skb_sid_ingress()
408 struct xfrm_state *x = sp->xvec[i]; in selinux_xfrm_sock_rcv_skb()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.h95 struct xfrm_state *x = sp->xvec[0]; in mlx5e_ipsec_feature_check()
H A Dipsec_rxtx.c335 sp->xvec[sp->len++] = sa_entry->x; in mlx5e_ipsec_offload_handle_rx_skb()
/linux/net/ipv6/
H A Desp6_offload.c98 sp->xvec[sp->len++] = x; in esp6_gro_receive()
261 x = sp->xvec[sp->len - 1]; in esp6_gso_segment()
H A Dxfrm6_input.c303 sp->xvec[sp->len++] = x; in xfrm6_input_addr()
H A Dicmp.c903 if (!(sp && sp->xvec[sp->len - 1]->props.flags & in icmpv6_rcv()
H A Desp6.c292 x = sp->xvec[sp->len - 1]; in esp_output_done()
/linux/net/ipv4/
H A Desp4_offload.c71 sp->xvec[sp->len++] = x; in esp4_gro_receive()
221 x = sp->xvec[sp->len - 1]; in esp4_gso_segment()
H A Desp4.c258 x = sp->xvec[sp->len - 1]; in esp_output_done()
H A Dicmp.c1207 if (!(sp && sp->xvec[sp->len - 1]->props.flags & in icmp_rcv()
/linux/net/netfilter/
H A Dxt_policy.c71 if (match_xfrm_state(sp->xvec[i], e, family)) { in match_policy_in()
H A Dnft_xfrm.c171 state = sp->xvec[priv->spnum]; in nft_xfrm_get_eval_in()
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c645 sp->xvec[sp->len++] = x; in nfp_net_ipsec_rx()
/linux/net/xfrm/
H A Dxfrm_device.c132 x = sp->xvec[sp->len - 1]; in validate_xmit_xfrm()
H A Dxfrm_input.c594 sp->xvec[sp->len++] = x; in xfrm_input()
H A Dxfrm_output.c748 sp->xvec[sp->len++] = x; in xfrm_output()
H A Dxfrm_policy.c3348 x = sp->xvec[idx]; in xfrm_secpath_reject()
3396 if (xfrm_state_ok(tmpl, sp->xvec[idx], family, if_id)) in xfrm_policy_ok()
3398 if (sp->xvec[idx]->props.mode != XFRM_MODE_TRANSPORT) { in xfrm_policy_ok()
3522 if (sp->xvec[k]->props.mode != XFRM_MODE_TRANSPORT) { in secpath_has_nontransport()
3700 struct xfrm_state *x = sp->xvec[i]; in __xfrm_policy_check()
/linux/Documentation/networking/
H A Dxfrm_device.rst161 sp->xvec[sp->len++] = xs;
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c612 sp->xvec[sp->len++] = xs; in ixgbevf_ipsec_rx()
/linux/include/net/
H A Dxfrm.h1106 struct xfrm_state *xvec[XFRM_MAX_DEPTH]; member
1163 return sp->xvec[sp->len - 1]; in xfrm_input_state()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c1219 sp->xvec[sp->len++] = xs; in ixgbe_ipsec_rx()
/linux/net/core/
H A Dskbuff.c6955 xfrm_state_hold(sp->xvec[i]); in skb_ext_maybe_cow()
7049 xfrm_state_put(sp->xvec[i]); in skb_ext_put_sp()
H A Dfilter.c5845 x = sp->xvec[index]; in BPF_CALL_5()