Home
last modified time | relevance | path

Searched refs:child_mtu_cached (Results 1 – 6 of 6) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_device.c425 mtu = xfrm_state_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
H A Dxfrm_policy.c3982 xdst->child_mtu_cached = pmtu; in xfrm_init_pmtu()
4030 if (xdst->child_mtu_cached != mtu) { in xfrm_bundle_ok()
4032 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()
4050 mtu = xdst->child_mtu_cached; in xfrm_bundle_ok()
4062 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()
H A Dxfrm_iptfs.c1797 u32 pmtu = __iptfs_get_inner_mtu(x, xdst->child_mtu_cached); in iptfs_get_cur_pmtu()
/linux/net/ipv4/
H A Desp4.c640 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux/net/ipv6/
H A Desp6.c672 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux/include/net/
H A Dxfrm.h1070 u32 child_mtu_cached; member