xfrm_dst_child    148 net/ipv6/xfrm6_policy.c 			xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst);
xfrm_dst_child     47 net/xfrm/xfrm_output.c 	struct dst_entry *child = dst_clone(xfrm_dst_child(skb_dst(skb)));
xfrm_dst_child    226 net/xfrm/xfrm_output.c 	top_iph->ttl = ip4_dst_hoplimit(xfrm_dst_child(dst));
xfrm_dst_child    265 net/xfrm/xfrm_output.c 	top_iph->hop_limit = ip6_dst_hoplimit(xfrm_dst_child(dst));
xfrm_dst_child   2643 net/xfrm/xfrm_policy.c 	     xdst_prev = (struct xfrm_dst *) xfrm_dst_child(&xdst_prev->u.dst)) {
xfrm_dst_child   3734 net/xfrm/xfrm_policy.c 	while ((dst = xfrm_dst_child(dst)) && dst->xfrm && dst->dev == dev) {
xfrm_dst_child   3766 net/xfrm/xfrm_policy.c 		pmtu = dst_mtu(xfrm_dst_child(dst));
xfrm_dst_child   3814 net/xfrm/xfrm_policy.c 		mtu = dst_mtu(xfrm_dst_child(dst));
xfrm_dst_child   3828 net/xfrm/xfrm_policy.c 		dst = xfrm_dst_child(dst);
xfrm_dst_child   3871 net/xfrm/xfrm_policy.c 		dst = xfrm_dst_child(dst);
xfrm_dst_child    459 security/selinux/xfrm.c 		for (iter = dst; iter != NULL; iter = xfrm_dst_child(iter)) {