Searched refs:dst1 (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | cpumask_success.c | 318 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local 333 if (!bpf_cpumask_empty(cast(dst1))) { in BPF_PROG() 338 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG() 339 if (!bpf_cpumask_test_cpu(0, cast(dst1))) { in BPF_PROG() 343 if (!bpf_cpumask_test_cpu(1, cast(dst1))) { in BPF_PROG() 357 bpf_cpumask_release(dst1); in BPF_PROG() 380 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG() 399 bpf_cpumask_release(dst1); in BPF_PROG() 418 bpf_cpumask_or(dst1, cast(mask1), cast(mask2)); in BPF_PROG() 432 bpf_cpumask_copy(dst2, cast(dst1)); in BPF_PROG() [all …]
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | vt8623fb.c | 147 u8 __iomem *dst1; in vt8623fb_iplan_imageblit() local 153 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_iplan_imageblit() 158 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_imageblit() 165 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit() 173 u8 __iomem *dst1; in vt8623fb_iplan_fillrect() local 177 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect() 181 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_fillrect() 185 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect() 203 u8 __iomem *dst1; in vt8623fb_cfb4_imageblit() local 214 dst = (u32 __iomem *) dst1; in vt8623fb_cfb4_imageblit() [all …]
|
| H A D | arkfb.c | 180 u8 __iomem *dst1; in arkfb_iplan_imageblit() local 186 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_iplan_imageblit() 191 dst = (u32 __iomem *) dst1; in arkfb_iplan_imageblit() 198 dst1 += info->fix.line_length; in arkfb_iplan_imageblit() 207 u8 __iomem *dst1; in arkfb_iplan_fillrect() local 211 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in arkfb_iplan_fillrect() 215 dst = (u32 __iomem *) dst1; in arkfb_iplan_fillrect() 219 dst1 += info->fix.line_length; in arkfb_iplan_fillrect() 238 u8 __iomem *dst1; in arkfb_cfb4_imageblit() local 249 dst = (u32 __iomem *) dst1; in arkfb_cfb4_imageblit() [all …]
|
| H A D | s3fb.c | 352 u8 __iomem *dst1; in s3fb_iplan_imageblit() local 358 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit() 363 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit() 370 dst1 += info->fix.line_length; in s3fb_iplan_imageblit() 379 u8 __iomem *dst1; in s3fb_iplan_fillrect() local 383 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect() 387 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect() 391 dst1 += info->fix.line_length; in s3fb_iplan_fillrect() 409 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local 420 dst = (u32 __iomem *) dst1; in s3fb_cfb4_imageblit() [all …]
|
| /linux-6.15/Documentation/bpf/ |
| H A D | cpumasks.rst | 291 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; 307 bpf_cpumask_and(dst1, (const struct cpumask *)mask1, (const struct cpumask *)mask2); 308 if (!bpf_cpumask_empty((const struct cpumask *)dst1)) 312 bpf_cpumask_or(dst1, (const struct cpumask *)mask1, (const struct cpumask *)mask2); 313 if (!bpf_cpumask_test_cpu(0, (const struct cpumask *)dst1)) 317 if (!bpf_cpumask_test_cpu(1, (const struct cpumask *)dst1)) 322 if (!bpf_cpumask_equal((const struct cpumask *)dst1, 330 bpf_cpumask_release(dst1);
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | pmtu.sh | 1170 dst1="${prefix4}.${b_r1}.1" 1174 dst1="${prefix6}:${b_r1}::1" 1190 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1} 1194 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})" 1202 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})" 1275 dst1="${prefix4}.${b_r1}.1" 1320 dst1="${prefix4}.${b_r1}.1" 1329 UDP:"${dst1}":50000,tos="${dsfield}" 2334 dst1="${prefix4}.${b_r1}.1" 2339 dst1="${prefix6}:${b_r1}::1" [all …]
|
| /linux-6.15/net/ipv6/ |
| H A D | exthdrs.c | 243 opt->dsthao = opt->dst1; in ipv6_dest_hao() 244 opt->dst1 = 0; in ipv6_dest_hao() 320 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv() 322 dstbuf = opt->dst1; in ipv6_destopt_rcv() 331 opt->nhoff = opt->dst1; in ipv6_destopt_rcv() 715 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv() 716 opt->dst1 = 0; in ipv6_rthdr_rcv()
|
| H A D | datagram.c | 718 if (np->rxopt.bits.odstopts && opt->dst1) { in ip6_datagram_recv_specific_ctl() 719 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl()
|
| H A D | af_inet6.c | 878 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_policy.c | 2726 dst_copy_metrics(dst1, dst); in xfrm_bundle_create() 2747 dst1->xfrm = xfrm[i]; in xfrm_bundle_create() 2751 dst1->lastuse = now; in xfrm_bundle_create() 2753 dst1->input = dst_discard; in xfrm_bundle_create() 3034 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local 3047 dst1 = &xdst->u.dst; in xfrm_create_dummy_bundle() 3051 dst_copy_metrics(dst1, dst); in xfrm_create_dummy_bundle() 3054 dst1->flags |= DST_XFRM_QUEUE; in xfrm_create_dummy_bundle() 3055 dst1->lastuse = jiffies; in xfrm_create_dummy_bundle() 3057 dst1->input = dst_discard; in xfrm_create_dummy_bundle() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | ipv6.h | 138 __u16 dst1; member
|