Searched refs:tfcpad (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 263 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_device.c | 236 if (x->encap || x->tfcpad) in xfrm_dev_state_add()
|
H A D | xfrm_user.c | 626 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct() 944 if (x->tfcpad) { in copy_to_user_state_extra() 945 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra() 3007 if (x->tfcpad) in xfrm_sa_len() 3008 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
|
H A D | xfrm_state.c | 1551 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_device.c | 259 if ((!is_packet_offload && x->encap) || x->tfcpad) { in xfrm_dev_state_add()
|
H A D | xfrm_user.c | 728 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()
|
H A D | xfrm_state.c | 1735 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | esp4.c | 676 if (x->tfcpad) { in esp_output() 680 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | esp6.c | 711 if (x->tfcpad) { in esp6_output() 715 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 673 if (x->tfcpad) { in esp_output() 677 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | esp6.c | 711 if (x->tfcpad) { in esp6_output() 715 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 276 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 276 if (x->tfcpad) { in ch_ipsec_xfrm_add_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 464 if (x->tfcpad) { in mlx5e_xfrm_validate_state()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 165 u32 tfcpad; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 190 u32 tfcpad; member
|
Completed in 35 milliseconds