Searched refs:xdst (Results 1 – 13 of 13) sorted by relevance
76 xdst->u.dst.dev = dev; in xfrm6_fill_dst()80 if (!xdst->u.rt6.rt6i_idev) { in xfrm6_fill_dst()91 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()92 xdst->u.rt6.rt6i_src = rt->rt6i_src; in xfrm6_fill_dst()123 if (likely(xdst->u.rt6.rt6i_idev)) in xfrm6_dst_destroy()126 if (xdst->u.rt6.rt6i_uncached_list) in xfrm6_dst_destroy()128 xfrm_dst_destroy(xdst); in xfrm6_dst_destroy()134 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() local139 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()148 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()[all …]
77 xdst->u.rt.rt_iif = fl4->flowi4_iif; in xfrm4_fill_dst()79 xdst->u.dst.dev = dev; in xfrm4_fill_dst()87 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()91 xdst->u.rt.rt_gw4 = rt->rt_gw4; in xfrm4_fill_dst()93 xdst->u.rt.rt_gw6 = rt->rt_gw6; in xfrm4_fill_dst()94 xdst->u.rt.rt_pmtu = rt->rt_pmtu; in xfrm4_fill_dst()97 rt_add_uncached_list(&xdst->u.rt); in xfrm4_fill_dst()107 struct dst_entry *path = xdst->route; in xfrm4_update_pmtu()126 if (xdst->u.rt.rt_uncached_list) in xfrm4_dst_destroy()127 rt_del_uncached_list(&xdst->u.rt); in xfrm4_dst_destroy()[all …]
2495 return xdst; in xfrm_alloc_dst()2571 xdst0 = xdst; in xfrm_bundle_create()2746 return xdst; in xfrm_resolve_and_create_bundle()2892 return xdst; in xfrm_create_dummy_bundle()2897 return xdst; in xfrm_create_dummy_bundle()2929 return xdst; in xfrm_create_dummy_bundle()2976 return xdst; in xfrm_bundle_lookup()2991 return xdst; in xfrm_bundle_lookup()3039 xdst = NULL; in xfrm_lookup_with_ifid()3797 xdst->policy_genid != atomic_read(&xdst->pols[0]->genid)) in xfrm_bundle_ok()[all …]
286 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok() local293 (!xdst->child->xfrm)) { in xfrm_dev_offload_ok()294 mtu = xfrm_state_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
327 int (*fill_dst)(struct xfrm_dst *xdst,941 return xdst->path; in xfrm_dst_path()952 return xdst->child; in xfrm_dst_child()961 xdst->child = child; in xfrm_dst_set_child()966 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy()967 dst_release(xdst->route); in xfrm_dst_destroy()968 if (likely(xdst->u.dst.xfrm)) in xfrm_dst_destroy()969 xfrm_state_put(xdst->u.dst.xfrm); in xfrm_dst_destroy()1884 struct xfrm_dst *xdst; in xfrm_dst_offload_ok() local1889 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()[all …]
159 xdst $r0 $r2334 xdst $r4 $r5442 xdst $r0 $r4445 xdst $r0 $r4648 xdst $r0 $r9667 xdst $r7 $r9684 xdst $r0 $r9689 xdst $r7 $r9
110 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy() local112 child = xdst->child; in dst_destroy()
430 struct xfrm_dst xdst; member2654 skb->_skb_refdst = (unsigned long)&pkt_dev->xdst.u.dst | SKB_DST_NOREF; in pktgen_output_ipsec()3800 pkt_dev->xdst.u.dst.dev = pkt_dev->odev; in pktgen_add_device()3801 dst_init_metrics(&pkt_dev->xdst.u.dst, pktgen_dst_metrics, false); in pktgen_add_device()3802 pkt_dev->xdst.child = &pkt_dev->xdst.u.dst; in pktgen_add_device()3803 pkt_dev->xdst.u.dst.ops = &pkt_dev->dstops; in pktgen_add_device()
72 u16 xdst; member
146 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win()155 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win()
388 win.xsrc = win.xdst = fbi->mode.xres; in mmpfb_set_win()
590 xdst $r0 $r1
234 xdst $r0 $r4
Completed in 44 milliseconds