Searched refs:xdst (Results 1 – 11 of 11) sorted by relevance
/linux/net/ipv6/ |
H A D | xfrm6_policy.c | 77 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst() argument 80 struct rt6_info *rt = dst_rt6_info(xdst->route); in xfrm6_fill_dst() 82 xdst->u.dst.dev = dev; in xfrm6_fill_dst() 83 netdev_hold(dev, &xdst->u.dst.dev_tracker, GFP_ATOMIC); in xfrm6_fill_dst() 85 xdst->u.rt6.rt6i_idev = in6_dev_get(dev); in xfrm6_fill_dst() 86 if (!xdst->u.rt6.rt6i_idev) { in xfrm6_fill_dst() 87 netdev_put(dev, &xdst->u.dst.dev_tracker); in xfrm6_fill_dst() 93 xdst->u.rt6.rt6i_flags = rt->rt6i_flags & (RTF_ANYCAST | in xfrm6_fill_dst() 95 xdst->route_cookie = rt6_get_cookie(rt); in xfrm6_fill_dst() 96 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway; in xfrm6_fill_dst() [all …]
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 187 static int xfrm_bundle_ok(struct xfrm_dst *xdst); 2603 struct xfrm_dst *xdst; in xfrm_alloc_dst() local 2620 xdst = dst_alloc(dst_ops, NULL, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst() 2622 if (likely(xdst)) { in xfrm_alloc_dst() 2623 memset_after(xdst, 0, u.dst); in xfrm_alloc_dst() 2625 xdst = ERR_PTR(-ENOBUFS); in xfrm_alloc_dst() 2629 return xdst; in xfrm_alloc_dst() 2641 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst() argument 2645 xfrm_policy_get_afinfo(xdst->u.dst.ops->family); in xfrm_fill_dst() 2651 err = afinfo->fill_dst(xdst, dev, fl); in xfrm_fill_dst() [all …]
|
/linux/include/net/ |
H A D | xfrm.h | 380 int (*fill_dst)(struct xfrm_dst *xdst, 1066 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() local 1068 return xdst->path; in xfrm_dst_path() 1078 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child() local 1079 return xdst->child; in xfrm_dst_child() 1086 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child() argument 1088 xdst->child = child; in xfrm_dst_set_child() 1091 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() argument 1093 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy() 1094 dst_release(xdst->route); in xfrm_dst_destroy() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
H A D | g98.fuc0s | 159 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/net/core/ |
H A D | dst.c | 107 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy() local 109 child = xdst->child; in dst_destroy()
|
H A D | pktgen.c | 432 struct xfrm_dst xdst; member 2671 skb->_skb_refdst = (unsigned long)&pkt_dev->xdst.u.dst | SKB_DST_NOREF; in pktgen_output_ipsec() 3847 pkt_dev->xdst.u.dst.dev = pkt_dev->odev; in pktgen_add_device() 3848 dst_init_metrics(&pkt_dev->xdst.u.dst, pktgen_dst_metrics, false); in pktgen_add_device() 3849 pkt_dev->xdst.child = &pkt_dev->xdst.u.dst; in pktgen_add_device() 3850 pkt_dev->xdst.u.dst.ops = &pkt_dev->dstops; in pktgen_add_device()
|
/linux/include/video/ |
H A D | mmp_disp.h | 72 u16 xdst; member
|
/linux/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 146 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win() 155 writel_relaxed((win->ydst << 16) | win->xdst, in overlay_set_win()
|
/linux/drivers/video/fbdev/mmp/fb/ |
H A D | mmpfb.c | 388 win.xsrc = win.xdst = fbi->mode.xres; in mmpfb_set_win()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
H A D | hub.fuc | 590 xdst $r0 $r1
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
H A D | com.fuc | 234 xdst $r0 $r4
|