Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Desp6.c173 if (x->tfcpad) { in esp6_output()
177 padto = min(x->tfcpad, esp6_get_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux-3.4.99/net/ipv4/
Desp4.c147 if (x->tfcpad) { in esp_output()
151 padto = min(x->tfcpad, esp4_get_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux-3.4.99/net/xfrm/
Dxfrm_user.c546 x->tfcpad = nla_get_u32(attrs[XFRMA_TFCPAD]); in xfrm_state_construct()
803 if (x->tfcpad) in copy_to_user_state_extra()
804 NLA_PUT_U32(skb, XFRMA_TFCPAD, x->tfcpad); in copy_to_user_state_extra()
2458 if (x->tfcpad) in xfrm_sa_len()
2459 l += nla_total_size(sizeof(x->tfcpad)); in xfrm_sa_len()
/linux-3.4.99/include/net/
Dxfrm.h147 u32 tfcpad; member