Searched refs:xdst (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/net/ipv6/ |
| D | xfrm6_policy.c | 71 static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm6_fill_dst() argument 74 struct rt6_info *rt = (struct rt6_info *)xdst->route; in xfrm6_fill_dst() 76 xdst->u.dst.dev = dev; in xfrm6_fill_dst() 79 xdst->u.rt6.rt6i_idev = in6_dev_get(dev); in xfrm6_fill_dst() 80 if (!xdst->u.rt6.rt6i_idev) { in xfrm6_fill_dst() 87 xdst->u.rt6.rt6i_flags = rt->rt6i_flags & (RTF_ANYCAST | in xfrm6_fill_dst() 89 xdst->route_cookie = rt6_get_cookie(rt); in xfrm6_fill_dst() 90 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway; 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() [all …]
|
| /Linux-v5.4/net/ipv4/ |
| D | xfrm4_policy.c | 71 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst() argument 74 struct rtable *rt = (struct rtable *)xdst->route; in xfrm4_fill_dst() 77 xdst->u.rt.rt_iif = fl4->flowi4_iif; in xfrm4_fill_dst() 79 xdst->u.dst.dev = dev; in xfrm4_fill_dst() 84 xdst->u.rt.rt_is_input = rt->rt_is_input; in xfrm4_fill_dst() 85 xdst->u.rt.rt_flags = rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST | in xfrm4_fill_dst() 87 xdst->u.rt.rt_type = rt->rt_type; in xfrm4_fill_dst() 88 xdst->u.rt.rt_uses_gateway = rt->rt_uses_gateway; in xfrm4_fill_dst() 89 xdst->u.rt.rt_gw_family = rt->rt_gw_family; in xfrm4_fill_dst() 91 xdst->u.rt.rt_gw4 = rt->rt_gw4; in xfrm4_fill_dst() [all …]
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_policy.c | 162 static int xfrm_bundle_ok(struct xfrm_dst *xdst); 2469 struct xfrm_dst *xdst; in xfrm_alloc_dst() local 2486 xdst = dst_alloc(dst_ops, NULL, 1, DST_OBSOLETE_NONE, 0); in xfrm_alloc_dst() 2488 if (likely(xdst)) { in xfrm_alloc_dst() 2489 struct dst_entry *dst = &xdst->u.dst; in xfrm_alloc_dst() 2491 memset(dst + 1, 0, sizeof(*xdst) - sizeof(*dst)); in xfrm_alloc_dst() 2493 xdst = ERR_PTR(-ENOBUFS); in xfrm_alloc_dst() 2497 return xdst; in xfrm_alloc_dst() 2510 static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm_fill_dst() argument 2514 xfrm_policy_get_afinfo(xdst->u.dst.ops->family); in xfrm_fill_dst() [all …]
|
| D | xfrm_device.c | 267 struct xfrm_dst *xdst = (struct xfrm_dst *)dst; in xfrm_dev_offload_ok() local 274 (!xdst->child->xfrm)) { in xfrm_dev_offload_ok() 275 mtu = xfrm_state_mtu(x, xdst->child_mtu_cached); in xfrm_dev_offload_ok()
|
| /Linux-v5.4/include/net/ |
| D | xfrm.h | 330 int (*fill_dst)(struct xfrm_dst *xdst, 949 const struct xfrm_dst *xdst = (const struct xfrm_dst *) dst; in xfrm_dst_path() local 951 return xdst->path; in xfrm_dst_path() 961 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in xfrm_dst_child() local 962 return xdst->child; in xfrm_dst_child() 969 static inline void xfrm_dst_set_child(struct xfrm_dst *xdst, struct dst_entry *child) in xfrm_dst_set_child() argument 971 xdst->child = child; in xfrm_dst_set_child() 974 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() argument 976 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy() 977 dst_release(xdst->route); in xfrm_dst_destroy() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
| 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-v5.4/net/core/ |
| D | dst.c | 111 struct xfrm_dst *xdst = (struct xfrm_dst *) dst; in dst_destroy() local 113 child = xdst->child; in dst_destroy()
|
| D | pktgen.c | 415 struct xfrm_dst xdst; member 2514 skb->_skb_refdst = (unsigned long)&pkt_dev->xdst.u.dst | SKB_DST_NOREF; in pktgen_output_ipsec() 3659 pkt_dev->xdst.u.dst.dev = pkt_dev->odev; in pktgen_add_device() 3660 dst_init_metrics(&pkt_dev->xdst.u.dst, pktgen_dst_metrics, false); in pktgen_add_device() 3661 pkt_dev->xdst.child = &pkt_dev->xdst.u.dst; in pktgen_add_device() 3662 pkt_dev->xdst.u.dst.ops = &pkt_dev->dstops; in pktgen_add_device()
|
| /Linux-v5.4/include/video/ |
| D | mmp_disp.h | 72 u16 xdst; member
|
| /Linux-v5.4/drivers/video/fbdev/mmp/hw/ |
| D | mmp_ctrl.c | 144 writel_relaxed((win->ydst << 16) | win->xdst, ®s->v_size_z); in overlay_set_win() 150 writel_relaxed((win->ydst << 16) | win->xdst, ®s->g_size_z); in overlay_set_win()
|
| /Linux-v5.4/drivers/video/fbdev/mmp/fb/ |
| D | mmpfb.c | 390 win.xsrc = win.xdst = fbi->mode.xres; in mmpfb_set_win()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| D | hub.fuc | 590 xdst $r0 $r1
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
| D | com.fuc | 234 xdst $r0 $r4
|