Home
last modified time | relevance | path

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

/linux/net/xfrm/
A Dxfrm_device.c223 if (x->encap || x->tfcpad) in xfrm_dev_state_add()
A 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()
A Dxfrm_state.c1588 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec.c266 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/linux/net/ipv4/
A 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/net/ipv6/
A 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/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
A Dchcr_ipsec.c274 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/linux/include/net/
A Dxfrm.h172 u32 tfcpad; member

Completed in 34 milliseconds