Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_device.c236 if (x->encap || x->tfcpad) in xfrm_dev_state_add()
H A Dxfrm_user.c618 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
936 if (x->tfcpad) { in copy_to_user_state_extra()
937 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
2894 if (x->tfcpad) in xfrm_sa_len()
2895 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
H A Dxfrm_state.c1551 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c263 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Desp6.c711 if (x->tfcpad) { in esp6_output()
715 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Desp4.c676 if (x->tfcpad) { in esp_output()
680 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c276 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h165 u32 tfcpad; member