Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/xfrm/
A Dxfrm_output.c53 struct dst_entry *child = dst_clone(xfrm_dst_child(skb_dst(skb))); in skb_dst_pop()
308 top_iph->ttl = ip4_dst_hoplimit(xfrm_dst_child(dst)); in xfrm4_tunnel_encap_add()
347 top_iph->hop_limit = ip6_dst_hoplimit(xfrm_dst_child(dst)); in xfrm6_tunnel_encap_add()
A Dxfrm_policy.c2721 xdst_prev = (struct xfrm_dst *) xfrm_dst_child(&xdst_prev->u.dst)) { in xfrm_bundle_create()
3830 while ((dst = xfrm_dst_child(dst)) && dst->xfrm && dst->dev == dev) { in xfrm_dst_ifdown()
3862 pmtu = dst_mtu(xfrm_dst_child(dst)); in xfrm_init_pmtu()
3910 mtu = dst_mtu(xfrm_dst_child(dst)); in xfrm_bundle_ok()
3924 dst = xfrm_dst_child(dst); in xfrm_bundle_ok()
3967 dst = xfrm_dst_child(dst); in xfrm_get_dst_nexthop()
/linux-6.3-rc2/net/ipv6/
A Dxfrm6_policy.c146 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
/linux-6.3-rc2/security/selinux/
A Dxfrm.c460 for (iter = dst; iter != NULL; iter = xfrm_dst_child(iter)) { in selinux_xfrm_postroute_last()
/linux-6.3-rc2/include/net/
A Dxfrm.h974 static inline struct dst_entry *xfrm_dst_child(const struct dst_entry *dst) in xfrm_dst_child() function

Completed in 20 milliseconds