Searched refs:xfrm_dst_path (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_policy.c | 2858 dst_hold(xfrm_dst_path(dst)); in xfrm_policy_queue_process() 2859 dst = xfrm_lookup(net, xfrm_dst_path(dst), &fl, sk, XFRM_LOOKUP_QUEUE); in xfrm_policy_queue_process() 2893 dst_hold(xfrm_dst_path(skb_dst(skb))); in xfrm_policy_queue_process() 2894 dst = xfrm_lookup(net, xfrm_dst_path(skb_dst(skb)), &fl, skb->sk, 0); in xfrm_policy_queue_process() 3889 if (!dst_check(xfrm_dst_path(dst), ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok() 3951 return dst_metric_advmss(xfrm_dst_path(dst)); in xfrm_default_advmss() 3958 return mtu ? : dst_mtu(xfrm_dst_path(dst)); in xfrm_mtu() 3983 const struct dst_entry *path = xfrm_dst_path(dst); in xfrm_neigh_lookup() 3992 const struct dst_entry *path = xfrm_dst_path(dst); in xfrm_confirm_neigh()
|
A D | xfrm_device.c | 412 ((!dev || (dev == xfrm_dst_path(dst)->dev)) && in xfrm_dev_offload_ok()
|
/linux-6.3-rc2/include/net/ |
A D | xfrm.h | 962 static inline struct dst_entry *xfrm_dst_path(const struct dst_entry *dst) in xfrm_dst_path() function 1957 if (x->xso.offload_handle && (x->xso.dev == xfrm_dst_path(dst)->dev) && in xfrm_dst_offload_ok()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_output.c | 1443 READ_ONCE(rt->dst.dev->mtu) : dst_mtu(xfrm_dst_path(&rt->dst)); in ip6_setup_cork() 1454 if (dst_allfrag(xfrm_dst_path(&rt->dst))) in ip6_setup_cork()
|
/linux-6.3-rc2/net/ipv4/ |
A D | route.c | 1141 __ip_rt_update_pmtu((struct rtable *)xfrm_dst_path(&rt->dst), &fl4, mtu); in ipv4_sk_update_pmtu()
|
Completed in 26 milliseconds