Lines Matching refs:path
1590 static inline int xfrm_init_path(struct xfrm_dst *path, struct dst_entry *dst, in xfrm_init_path() argument
1600 err = afinfo->init_path(path, dst, nfheader_len); in xfrm_init_path()
1720 dst0->path = dst; in xfrm_bundle_create()
1856 dst_hold(dst->path); in xfrm_policy_queue_process()
1857 dst = xfrm_lookup(xp_net(pol), dst->path, &fl, in xfrm_policy_queue_process()
1887 dst_hold(skb_dst(skb)->path); in xfrm_policy_queue_process()
1888 dst = xfrm_lookup(xp_net(pol), skb_dst(skb)->path, in xfrm_policy_queue_process()
1991 dst1->path = dst; in xfrm_create_dummy_bundle()
2679 if (!dst_check(dst->path, ((struct xfrm_dst *)dst)->path_cookie) || in xfrm_bundle_ok()
2740 return dst_metric_advmss(dst->path); in xfrm_default_advmss()
2747 return mtu ? : dst_mtu(dst->path); in xfrm_mtu()
2754 return dst->path->ops->neigh_lookup(dst, skb, daddr); in xfrm_neigh_lookup()