Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Desp4.c672 if (x->tfcpad) { in esp_output()
676 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/openbmc/linux/net/ipv6/
H A Desp6.c710 if (x->tfcpad) { in esp6_output()
714 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/openbmc/linux/net/xfrm/
H A Dxfrm_device.c259 if ((!is_packet_offload && x->encap) || x->tfcpad) { in xfrm_dev_state_add()
H A Dxfrm_user.c732 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
1155 if (x->tfcpad) { in copy_to_user_state_extra()
1156 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
3304 if (x->tfcpad) in xfrm_sa_len()
3305 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
H A Dxfrm_state.c1792 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c276 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c470 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/openbmc/linux/include/net/
H A Dxfrm.h193 u32 tfcpad; member