Home
last modified time | relevance | path

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

/linux-5.19.10/net/xfrm/
Dxfrm_device.c223 if (x->encap || x->tfcpad) in xfrm_dev_state_add()
Dxfrm_user.c627 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
1006 if (x->tfcpad) { in copy_to_user_state_extra()
1007 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
3059 if (x->tfcpad) in xfrm_sa_len()
3060 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
Dxfrm_state.c1586 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c247 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/linux-5.19.10/net/ipv4/
Desp4.c674 if (x->tfcpad) { in esp_output()
678 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux-5.19.10/net/ipv6/
Desp6.c710 if (x->tfcpad) { in esp6_output()
714 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c274 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/linux-5.19.10/include/net/
Dxfrm.h177 u32 tfcpad; member