Home
last modified time | relevance | path

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

/Linux-v5.15/net/xfrm/
Dxfrm_device.c223 if (x->encap || x->tfcpad) in xfrm_dev_state_add()
Dxfrm_user.c618 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
996 if (x->tfcpad) { in copy_to_user_state_extra()
997 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
3047 if (x->tfcpad) in xfrm_sa_len()
3048 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
Dxfrm_state.c1588 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c266 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/Linux-v5.15/net/ipv6/
Desp6.c707 if (x->tfcpad) { in esp6_output()
711 padto = min(x->tfcpad, __xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/Linux-v5.15/net/ipv4/
Desp4.c670 if (x->tfcpad) { in esp_output()
674 padto = min(x->tfcpad, __xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/Linux-v5.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c274 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/Linux-v5.15/include/net/
Dxfrm.h172 u32 tfcpad; member