Home
last modified time | relevance | path

Searched refs:dst1 (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dcpumask_success.c318 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local
323 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG()
329 if (bpf_cpumask_and(dst1, cast(mask1), cast(mask2))) { in BPF_PROG()
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()
349 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG()
357 bpf_cpumask_release(dst1); in BPF_PROG()
365 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local
[all …]
/linux/Documentation/bpf/
H A Dcpumasks.rst291 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/tools/testing/selftests/net/
H A Dpmtu.sh1170 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})"
1211 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
1275 dst1="${prefix4}.${b_r1}.1"
1280 run_cmd "${ns_a}" ping -q -M want -Q "${dsfield}" -c 1 -w 1 -s "${len}" "${dst1}"
1286 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" "${dst1}" dsfield "${policy_mark}")"
1320 dst1
[all...]
/linux/net/xfrm/
H A Dxfrm_policy.c2691 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local
2720 dst_copy_metrics(dst1, dst); in xfrm_bundle_create()
2741 dst1->xfrm = xfrm[i]; in xfrm_bundle_create()
2744 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create()
2745 dst1->lastuse = now; in xfrm_bundle_create()
2747 dst1->input = dst_discard; in xfrm_bundle_create()
2750 dst1->output = xfrm[i]->mode_cbs->output; in xfrm_bundle_create()
2755 dst1->output = afinfo->output; in xfrm_bundle_create()
2757 dst1->output = dst_discard_out; in xfrm_bundle_create()
3028 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local
[all …]
/linux/include/linux/
H A Dipv6.h161 __u16 dst1; member
/linux/net/ipv6/
H A Ddatagram.c753 if (np->rxopt.bits.odstopts && opt->dst1) { in ip6_datagram_recv_specific_ctl()
754 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl()