Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Desp6.c668 if (x->tfcpad) { in esp6_output()
672 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux/net/ipv4/
H A Desp4.c636 if (x->tfcpad) { in esp_output()
640 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux/net/xfrm/
H A Dxfrm_device.c263 if (x->tfcpad) { in xfrm_dev_state_add()
H A Dxfrm_user.c941 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
1387 if (x->tfcpad) { in copy_to_user_state_extra()
1388 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
3673 if (x->tfcpad) in xfrm_sa_len()
3674 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
H A Dxfrm_state.c2049 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.h211 u32 tfcpad; member