Home
last modified time | relevance | path

Searched refs:XFRM_STATE_ESN (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/net/ipv4/
H A Desp4.c107 if (x->props.flags & XFRM_STATE_ESN) in esp_ssg_unref()
274 if ((x->props.flags & XFRM_STATE_ESN)) { in esp_output_set_extra()
511 if (x->props.flags & XFRM_STATE_ESN) { in esp_output_tail()
573 if ((x->props.flags & XFRM_STATE_ESN)) in esp_output_tail()
597 if ((x->props.flags & XFRM_STATE_ESN)) in esp_output_tail()
817 if ((x->props.flags & XFRM_STATE_ESN)) { in esp_input_set_header()
863 if (x->props.flags & XFRM_STATE_ESN) { in esp_input()
910 if ((x->props.flags & XFRM_STATE_ESN)) in esp_input()
922 if ((x->props.flags & XFRM_STATE_ESN)) in esp_input()
1022 if ((x->props.flags & XFRM_STATE_ESN)) { in esp_init_authenc()
H A Dah4.c173 if (x->props.flags & XFRM_STATE_ESN) { in ah_output()
226 if (x->props.flags & XFRM_STATE_ESN) { in ah_output()
360 if (x->props.flags & XFRM_STATE_ESN) { in ah_input()
401 if (x->props.flags & XFRM_STATE_ESN) { in ah_input()
/linux-6.15/net/ipv6/
H A Desp6.c124 if (x->props.flags & XFRM_STATE_ESN) in esp_ssg_unref()
310 if ((x->props.flags & XFRM_STATE_ESN)) { in esp_output_set_esn()
542 if (x->props.flags & XFRM_STATE_ESN) { in esp6_output_tail()
604 if ((x->props.flags & XFRM_STATE_ESN)) in esp6_output_tail()
628 if ((x->props.flags & XFRM_STATE_ESN)) in esp6_output_tail()
859 if ((x->props.flags & XFRM_STATE_ESN)) { in esp_input_set_header()
905 if (x->props.flags & XFRM_STATE_ESN) { in esp6_input()
952 if ((x->props.flags & XFRM_STATE_ESN)) in esp6_input()
964 if ((x->props.flags & XFRM_STATE_ESN)) in esp6_input()
1059 if ((x->props.flags & XFRM_STATE_ESN)) { in esp_init_authenc()
H A Dah6.c350 if (x->props.flags & XFRM_STATE_ESN) { in ah6_output()
414 if (x->props.flags & XFRM_STATE_ESN) { in ah6_output()
562 if (x->props.flags & XFRM_STATE_ESN) { in ah6_input()
600 if (x->props.flags & XFRM_STATE_ESN) { in ah6_input()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c351 if (x->props.flags & XFRM_STATE_ESN) { in mlx5e_ipsec_build_accel_xfrm_attrs()
427 if (x->props.flags & XFRM_STATE_ESN && in mlx5e_xfrm_validate_state()
586 if (x->props.flags & XFRM_STATE_ESN) { in mlx5e_ipsec_set_esn_ops()
626 if (!(x->props.flags & XFRM_STATE_ESN)) in mlx5_ipsec_create_work()
731 if (x->props.flags & XFRM_STATE_ESN) in mlx5e_xfrm_add_state()
/linux-6.15/include/uapi/linux/
H A Dxfrm.h408 #define XFRM_STATE_ESN 128 macro
/linux-6.15/net/xfrm/
H A Dxfrm_replay.c17 if (!(x->props.flags & XFRM_STATE_ESN)) in xfrm_replay_seqhi()
783 if (x->props.flags & XFRM_STATE_ESN) { in xfrm_init_replay()
H A Dxfrm_device.c300 if (!is_packet_offload && x->props.flags & XFRM_STATE_ESN && in xfrm_dev_state_add()
H A Dxfrm_user.c140 if (p->flags & XFRM_STATE_ESN) { in verify_replay()
181 if (rs->oseq_hi && !(p->flags & XFRM_STATE_ESN)) { in verify_replay()
199 if (rs->seq_hi && !(p->flags & XFRM_STATE_ESN)) { in verify_replay()
/linux-6.15/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c307 if (x->props.flags & XFRM_STATE_ESN) { in nfp_net_xfrm_add_state()
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c296 if (x->props.flags & XFRM_STATE_ESN) in ch_ipsec_xfrm_add_state()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.c593 if (x->props.flags & XFRM_STATE_ESN) { in cn10k_ipsec_validate_state()