Home
last modified time | relevance | path

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

/net/ipv6/
A Dxfrm6_policy.c82 xdst->u.dst.dev = dev; in xfrm6_fill_dst()
86 if (!xdst->u.rt6.rt6i_idev) { in xfrm6_fill_dst()
97 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()
98 xdst->u.rt6.rt6i_src = rt->rt6i_src; in xfrm6_fill_dst()
99 rt6_uncached_list_add(&xdst->u.rt6); in xfrm6_fill_dst()
129 if (likely(xdst->u.rt6.rt6i_idev)) in xfrm6_dst_destroy()
131 xfrm_dst_destroy(xdst); in xfrm6_dst_destroy()
136 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() local
138 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
147 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
[all …]
/net/ipv4/
A Dxfrm4_policy.c72 xdst->u.rt.rt_iif = fl4->flowi4_iif; in xfrm4_fill_dst()
74 xdst->u.dst.dev = dev; in xfrm4_fill_dst()
82 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
86 xdst->u.rt.rt_gw4 = rt->rt_gw4; in xfrm4_fill_dst()
88 xdst->u.rt.rt_gw6 = rt->rt_gw6; in xfrm4_fill_dst()
89 xdst->u.rt.rt_pmtu = rt->rt_pmtu; in xfrm4_fill_dst()
91 rt_add_uncached_list(&xdst->u.rt); in xfrm4_fill_dst()
101 struct dst_entry *path = xdst->route; in xfrm4_update_pmtu()
110 struct dst_entry *path = xdst->route; in xfrm4_redirect()
120 rt_del_uncached_list(&xdst->u.rt); in xfrm4_dst_destroy()
[all …]
/net/xfrm/
A Dxfrm_policy.c2632 return xdst; in xfrm_alloc_dst()
2707 xdst0 = xdst; in xfrm_bundle_create()
2893 return xdst; in xfrm_resolve_and_create_bundle()
3039 return xdst; in xfrm_create_dummy_bundle()
3044 return xdst; in xfrm_create_dummy_bundle()
3076 return xdst; in xfrm_create_dummy_bundle()
3123 return xdst; in xfrm_bundle_lookup()
3138 return xdst; in xfrm_bundle_lookup()
3186 xdst = NULL; in xfrm_lookup_with_ifid()
4011 xdst->policy_genid != atomic_read(&xdst->pols[0]->genid)) in xfrm_bundle_ok()
[all …]
A Dxfrm_device.c415 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok() local
424 !xdst->child->xfrm) { in xfrm_dev_offload_ok()
425 mtu = xfrm_state_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
A Dxfrm_iptfs.c1784 struct xfrm_dst *xdst = (struct xfrm_dst *)skb_dst(skb); in iptfs_get_cur_pmtu() local
1786 u32 pmtu = __iptfs_get_inner_mtu(x, xdst->child_mtu_cached); in iptfs_get_cur_pmtu()
/net/core/
A Ddst.c107 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy() local
109 child = xdst->child; in dst_destroy()
A Dpktgen.c433 struct xfrm_dst xdst; member
2715 skb->_skb_refdst = (unsigned long)&pkt_dev->xdst.u.dst | SKB_DST_NOREF; in pktgen_output_ipsec()
3897 pkt_dev->xdst.u.dst.dev = pkt_dev->odev; in pktgen_add_device()
3898 dst_init_metrics(&pkt_dev->xdst.u.dst, pktgen_dst_metrics, false); in pktgen_add_device()
3899 pkt_dev->xdst.child = &pkt_dev->xdst.u.dst; in pktgen_add_device()
3900 pkt_dev->xdst.u.dst.ops = &pkt_dev->dstops; in pktgen_add_device()

Completed in 33 milliseconds