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.c3969 xdst->child_mtu_cached = pmtu; in xfrm_init_pmtu()
4017 if (xdst->child_mtu_cached != mtu) { in xfrm_bundle_ok()
4019 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()
4037 mtu = xdst->child_mtu_cached; in xfrm_bundle_ok()
4049 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()
H A Dxfrm_iptfs.c1786 u32 pmtu = __iptfs_get_inner_mtu(x, xdst->child_mtu_cached); in iptfs_get_cur_pmtu()
/linux/net/ipv4/
H A Desp4.c637 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux/net/ipv6/
H A Desp6.c669 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux/include/net/
H A Dxfrm.h1069 u32 child_mtu_cached; member