Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dxfrm6_policy.c75 xdst->u.dst.dev = dev; in xfrm6_fill_dst()
79 if (!xdst->u.rt6.rt6i_idev) { in xfrm6_fill_dst()
90 xdst->u.rt6.rt6i_dst = rt->rt6i_dst; in xfrm6_fill_dst()
91 xdst->u.rt6.rt6i_src = rt->rt6i_src; in xfrm6_fill_dst()
121 if (likely(xdst->u.rt6.rt6i_idev)) in xfrm6_dst_destroy()
124 if (xdst->u.rt6.rt6i_uncached_list) in xfrm6_dst_destroy()
126 xfrm_dst_destroy(xdst); in xfrm6_dst_destroy()
132 struct xfrm_dst *xdst; in xfrm6_dst_ifdown() local
137 xdst = (struct xfrm_dst *)dst; in xfrm6_dst_ifdown()
146 xdst = (struct xfrm_dst *)xfrm_dst_child(&xdst->u.dst); in xfrm6_dst_ifdown()
[all …]
/linux-6.3-rc2/net/ipv4/
A Dxfrm4_policy.c75 xdst->u.rt.rt_iif = fl4->flowi4_iif; in xfrm4_fill_dst()
77 xdst->u.dst.dev = dev; in xfrm4_fill_dst()
85 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst()
89 xdst->u.rt.rt_gw4 = rt->rt_gw4; in xfrm4_fill_dst()
91 xdst->u.rt.rt_gw6 = rt->rt_gw6; in xfrm4_fill_dst()
92 xdst->u.rt.rt_pmtu = rt->rt_pmtu; in xfrm4_fill_dst()
95 rt_add_uncached_list(&xdst->u.rt); in xfrm4_fill_dst()
105 struct dst_entry *path = xdst->route; in xfrm4_update_pmtu()
124 if (xdst->u.rt.rt_uncached_list) in xfrm4_dst_destroy()
125 rt_del_uncached_list(&xdst->u.rt); in xfrm4_dst_destroy()
[all …]
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c2571 return xdst; in xfrm_alloc_dst()
2647 xdst0 = xdst; in xfrm_bundle_create()
2827 return xdst; in xfrm_resolve_and_create_bundle()
2973 return xdst; in xfrm_create_dummy_bundle()
2978 return xdst; in xfrm_create_dummy_bundle()
3010 return xdst; in xfrm_create_dummy_bundle()
3057 return xdst; in xfrm_bundle_lookup()
3072 return xdst; in xfrm_bundle_lookup()
3120 xdst = NULL; in xfrm_lookup_with_ifid()
3905 xdst->policy_genid != atomic_read(&xdst->pols[0]->genid)) in xfrm_bundle_ok()
[all …]
A Dxfrm_device.c405 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok() local
413 !xdst->child->xfrm)) { in xfrm_dev_offload_ok()
414 mtu = xfrm_state_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
/linux-6.3-rc2/include/net/
A Dxfrm.h351 int (*fill_dst)(struct xfrm_dst *xdst,
968 return xdst->path; in xfrm_dst_path()
979 return xdst->child; in xfrm_dst_child()
988 xdst->child = child; in xfrm_dst_set_child()
993 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy()
994 dst_release(xdst->route); in xfrm_dst_destroy()
995 if (likely(xdst->u.dst.xfrm)) in xfrm_dst_destroy()
996 xfrm_state_put(xdst->u.dst.xfrm); in xfrm_dst_destroy()
1949 struct xfrm_dst *xdst; in xfrm_dst_offload_ok() local
1954 xdst = (struct xfrm_dst *) dst; in xfrm_dst_offload_ok()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
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
/linux-6.3-rc2/net/core/
A Ddst.c106 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy() local
108 child = xdst->child; in dst_destroy()
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()
3796 pkt_dev->xdst.u.dst.dev = pkt_dev->odev; in pktgen_add_device()
3797 dst_init_metrics(&pkt_dev->xdst.u.dst, pktgen_dst_metrics, false); in pktgen_add_device()
3798 pkt_dev->xdst.child = &pkt_dev->xdst.u.dst; in pktgen_add_device()
3799 pkt_dev->xdst.u.dst.ops = &pkt_dev->dstops; in pktgen_add_device()
/linux-6.3-rc2/include/video/
A Dmmp_disp.h72 u16 xdst; member
/linux-6.3-rc2/drivers/video/fbdev/mmp/hw/
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()
/linux-6.3-rc2/drivers/video/fbdev/mmp/fb/
A Dmmpfb.c388 win.xsrc = win.xdst = fbi->mode.xres; in mmpfb_set_win()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
A Dhub.fuc590 xdst $r0 $r1
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
A Dcom.fuc234 xdst $r0 $r4

Completed in 38 milliseconds