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.c434 mtu = xfrm_state_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
H A Dxfrm_policy.c3976 xdst->child_mtu_cached = pmtu; in xfrm_init_pmtu()
4024 if (xdst->child_mtu_cached != mtu) { in xfrm_bundle_ok()
4026 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()
4044 mtu = xdst->child_mtu_cached; in xfrm_bundle_ok()
4056 xdst->child_mtu_cached = mtu; in xfrm_bundle_ok()
H A Dxfrm_iptfs.c1800 u32 pmtu = __iptfs_get_inner_mtu(x, xdst->child_mtu_cached); in iptfs_get_cur_pmtu()
/linux/net/ipv6/
H A Desp6.c678 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output()
/linux/net/ipv4/
H A Desp4.c645 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output()
/linux/include/net/
H A Dxfrm.h1090 u32 child_mtu_cached; member