Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Desp6.c674 if (x->tfcpad) { in esp6_output()
678 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux/net/ipv4/
H A Desp4.c641 if (x->tfcpad) { in esp_output()
645 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux/net/xfrm/
H A Dxfrm_device.c271 if (x->tfcpad) { in xfrm_dev_state_add()
H A Dxfrm_user.c956 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
957 if (x->tfcpad > IP_MAX_MTU) { in xfrm_state_construct()
1434 if (x->tfcpad) { in copy_to_user_state_extra()
1435 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
4055 if (x->tfcpad) in xfrm_sa_len()
4056 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
H A Dxfrm_state.c2063 x->tfcpad = orig->tfcpad; in xfrm_state_clone_and_setup()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c276 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c552 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/linux/include/net/
H A Dxfrm.h213 u32 tfcpad; member