Home
last modified time | relevance | path

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

/Linux-v4.19/net/xfrm/
Dxfrm_device.c151 if (x->encap || x->tfcpad) in xfrm_dev_state_add()
Dxfrm_user.c590 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
915 if (x->tfcpad) { in copy_to_user_state_extra()
916 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
2786 if (x->tfcpad) in xfrm_sa_len()
2787 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
Dxfrm_state.c1405 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/Linux-v4.19/net/ipv6/
Desp6.c455 if (x->tfcpad) { in esp6_output()
459 padto = min(x->tfcpad, esp6_get_mtu(x, dst->child_mtu_cached)); in esp6_output()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c260 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/Linux-v4.19/net/ipv4/
Desp4.c491 if (x->tfcpad) { in esp_output()
495 padto = min(x->tfcpad, esp4_get_mtu(x, dst->child_mtu_cached)); in esp_output()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c249 if (x->tfcpad) { in chcr_xfrm_add_state()
/Linux-v4.19/include/net/
Dxfrm.h152 u32 tfcpad; member