Home
last modified time | relevance | path

Searched refs:xfrm_dst_child (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/ipv6/
Dxfrm6_mode_tunnel.c62 top_iph->hop_limit = ip6_dst_hoplimit(xfrm_dst_child(dst)); in xfrm6_mode_tunnel_output()
Dxfrm6_policy.c271 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
/Linux-v4.19/net/ipv4/
Dxfrm4_mode_tunnel.c65 top_iph->ttl = ip4_dst_hoplimit(xfrm_dst_child(dst)); in xfrm4_mode_tunnel_output()
/Linux-v4.19/security/selinux/
Dxfrm.c462 for (iter = dst; iter != NULL; iter = xfrm_dst_child(iter)) { in selinux_xfrm_postroute_last()
/Linux-v4.19/net/xfrm/
Dxfrm_output.c47 struct dst_entry *child = dst_clone(xfrm_dst_child(skb_dst(skb))); in skb_dst_pop()
Dxfrm_policy.c1672 xdst_prev = (struct xfrm_dst *) xfrm_dst_child(&xdst_prev->u.dst)) { in xfrm_bundle_create()
2547 while ((dst = xfrm_dst_child(dst)) && dst->xfrm && dst->dev == dev) { in xfrm_dst_ifdown()
2579 pmtu = dst_mtu(xfrm_dst_child(dst)); in xfrm_init_pmtu()
2627 mtu = dst_mtu(xfrm_dst_child(dst)); in xfrm_bundle_ok()
2641 dst = xfrm_dst_child(dst); in xfrm_bundle_ok()
2684 dst = xfrm_dst_child(dst); in xfrm_get_dst_nexthop()
/Linux-v4.19/include/net/
Dxfrm.h1021 static inline struct dst_entry *xfrm_dst_child(const struct dst_entry *dst) in xfrm_dst_child() function