Home
last modified time | relevance | path

Searched refs:tfcpad (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/net/xfrm/
H A Dxfrm_device.c262 if (x->tfcpad) { in xfrm_dev_state_add()
H A Dxfrm_user.c900 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
1342 if (x->tfcpad) { in copy_to_user_state_extra()
1343 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
3607 if (x->tfcpad) in xfrm_sa_len()
3608 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
H A Dxfrm_state.c2041 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/linux-6.15/net/ipv4/
H A Desp4.c633 if (x->tfcpad) { in esp_output()
637 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux-6.15/net/ipv6/
H A Desp6.c665 if (x->tfcpad) { in esp6_output()
669 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c272 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.c641 if (x->tfcpad) { in cn10k_ipsec_validate_state()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c476 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/linux-6.15/include/net/
H A Dxfrm.h200 u32 tfcpad; member