Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H 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 …]
/openbmc/linux/net/ipv4/
H A Dxfrm4_policy.c71 xdst->u.rt.rt_iif = fl4->flowi4_iif; in xfrm4_fill_dst()
73 xdst->u.dst.dev = dev; in xfrm4_fill_dst()
81 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
85 xdst->u.rt.rt_gw4 = rt->rt_gw4; in xfrm4_fill_dst()
87 xdst->u.rt.rt_gw6 = rt->rt_gw6; in xfrm4_fill_dst()
88 xdst->u.rt.rt_pmtu = rt->rt_pmtu; in xfrm4_fill_dst()
90 rt_add_uncached_list(&xdst->u.rt); in xfrm4_fill_dst()
100 struct dst_entry *path = xdst->route; in xfrm4_update_pmtu()
109 struct dst_entry *path = xdst->route; in xfrm4_redirect()
119 rt_del_uncached_list(&xdst->u.rt); in xfrm4_dst_destroy()
[all …]
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2603 return xdst; in xfrm_alloc_dst()
2679 xdst0 = xdst; in xfrm_bundle_create()
2861 return xdst; in xfrm_resolve_and_create_bundle()
3007 return xdst; in xfrm_create_dummy_bundle()
3012 return xdst; in xfrm_create_dummy_bundle()
3044 return xdst; in xfrm_create_dummy_bundle()
3091 return xdst; in xfrm_bundle_lookup()
3106 return xdst; in xfrm_bundle_lookup()
3154 xdst = NULL; in xfrm_lookup_with_ifid()
3938 xdst->policy_genid != atomic_read(&xdst->pols[0]->genid)) in xfrm_bundle_ok()
[all …]
H A Dxfrm_device.c412 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok() local
421 !xdst->child->xfrm)) { in xfrm_dev_offload_ok()
422 mtu = xfrm_state_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
/openbmc/linux/include/net/
H A Dxfrm.h364 int (*fill_dst)(struct xfrm_dst *xdst,
981 return xdst->path; in xfrm_dst_path()
992 return xdst->child; in xfrm_dst_child()
1001 xdst->child = child; in xfrm_dst_set_child()
1006 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy()
1007 dst_release(xdst->route); in xfrm_dst_destroy()
1008 if (likely(xdst->u.dst.xfrm)) in xfrm_dst_destroy()
1009 xfrm_state_put(xdst->u.dst.xfrm); in xfrm_dst_destroy()
1966 struct xfrm_dst *xdst; in xfrm_dst_offload_ok() local
1971 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s159 xdst $r0 $r2
334 xdst $r4 $r5
442 xdst $r0 $r4
445 xdst $r0 $r4
648 xdst $r0 $r9
667 xdst $r7 $r9
684 xdst $r0 $r9
689 xdst $r7 $r9
/openbmc/linux/net/core/
H A Ddst.c107 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy() local
109 child = xdst->child; in dst_destroy()
H A Dpktgen.c431 struct xfrm_dst xdst; member
2650 skb->_skb_refdst = (unsigned long)&pkt_dev->xdst.u.dst | SKB_DST_NOREF; in pktgen_output_ipsec()
3799 pkt_dev->xdst.u.dst.dev = pkt_dev->odev; in pktgen_add_device()
3800 dst_init_metrics(&pkt_dev->xdst.u.dst, pktgen_dst_metrics, false); in pktgen_add_device()
3801 pkt_dev->xdst.child = &pkt_dev->xdst.u.dst; in pktgen_add_device()
3802 pkt_dev->xdst.u.dst.ops = &pkt_dev->dstops; in pktgen_add_device()
/openbmc/linux/include/video/
H A Dmmp_disp.h72 u16 xdst; member
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c146 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win()
155 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win()
/openbmc/qemu/target/sh4/
H A Dtranslate.c965 int xdst = XHACK(B11_8); in _decode_opc() local
966 tcg_gen_mov_i32(FREG(xdst), FREG(xsrc)); in _decode_opc()
967 tcg_gen_mov_i32(FREG(xdst + 1), FREG(xsrc + 1)); in _decode_opc()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch201 struct stat dirst, xdst;
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c388 win.xsrc = win.xdst = fbi->mode.xres; in mmpfb_set_win()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dhub.fuc590 xdst $r0 $r1
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc234 xdst $r0 $r4