Searched refs:tfcpad (Results 1 – 5 of 5) sorted by relevance
178 if (x->tfcpad) { in esp6_output()182 padto = min(x->tfcpad, esp6_get_mtu(x, dst->child_mtu_cached)); in esp6_output()
151 if (x->tfcpad) { in esp_output()155 padto = min(x->tfcpad, esp4_get_mtu(x, dst->child_mtu_cached)); in esp_output()
569 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()844 if (x->tfcpad) { in copy_to_user_state_extra()845 ret = nla_put_u32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()2605 if (x->tfcpad) in xfrm_sa_len()2606 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
1205 x->tfcpad = orig->tfcpad; in xfrm_state_clone()
143 u32 tfcpad; member