Home
last modified time | relevance | path

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

/linux-6.6.21/net/xfrm/
Dxfrm_device.c259 if ((!is_packet_offload && x->encap) || x->tfcpad) { in xfrm_dev_state_add()
Dxfrm_user.c728 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
1149 if (x->tfcpad) { in copy_to_user_state_extra()
1150 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
3296 if (x->tfcpad) in xfrm_sa_len()
3297 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
Dxfrm_state.c1735 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/linux-6.6.21/net/ipv4/
Desp4.c673 if (x->tfcpad) { in esp_output()
677 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux-6.6.21/net/ipv6/
Desp6.c711 if (x->tfcpad) { in esp6_output()
715 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c276 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c464 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/linux-6.6.21/include/net/
Dxfrm.h190 u32 tfcpad; member