Searched refs:child_mtu_cached (Results 1 – 5 of 5) sorted by relevance
216 mtu = x->type->get_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
2580 xdst->child_mtu_cached = pmtu; in xfrm_init_pmtu()2628 if (xdst->child_mtu_cached != mtu) { in xfrm_bundle_ok()2630 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()2648 mtu = xdst->child_mtu_cached; in xfrm_bundle_ok()2660 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()
459 padto = min(x->tfcpad, esp6_get_mtu(x, dst->child_mtu_cached)); in esp6_output()
495 padto = min(x->tfcpad, esp4_get_mtu(x, dst->child_mtu_cached)); in esp_output()
1004 u32 child_mtu_cached; member