Symbol: setup_result
tools/testing/nvdimm/test/nfit.c
2967
rc = setup_result(cmd.buf, cmd_size);
tools/testing/nvdimm/test/nfit.c
2987
rc = setup_result(cmd.buf, cmd_size);
tools/testing/nvdimm/test/nfit.c
3006
rc = setup_result(cmd.buf + offset, cmd_size - offset);
tools/testing/nvdimm/test/nfit.c
3028
rc = setup_result(cmd.buf, cmd_size);
tools/testing/nvdimm/test/nfit.c
3050
rc = setup_result(cmd.buf, cmd_size);
tools/testing/nvdimm/test/nfit.c
3068
rc = setup_result(cmd.buf, cmd_size);
tools/testing/nvdimm/test/nfit.c
3086
rc = setup_result(cmd.buf, cmd_size);
tools/testing/nvdimm/test/nfit.c
3116
rc = setup_result(cmd.buf, cmd_size);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1013
static void test_tc_redirect_neigh(struct netns_setup_result *setup_result)
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1027
skel->rodata->IFINDEX_SRC = setup_result->ifindex_src_fwd;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1028
skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1035
skel->progs.tc_chk, setup_result))
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1049
static void test_tc_redirect_peer(struct netns_setup_result *setup_result)
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1063
skel->rodata->IFINDEX_SRC = setup_result->ifindex_src_fwd;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1064
skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1071
skel->progs.tc_chk, setup_result))
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1152
static void test_tc_redirect_peer_l3(struct netns_setup_result *setup_result)
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1204
skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1220
QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1267
struct netns_setup_result setup_result = { .dev_mode = mode, }; \
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1270
if (ASSERT_OK(netns_setup_links_and_routes(&setup_result), \
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1272
test_ ## name(&setup_result); \
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
383
const struct netns_setup_result *setup_result)
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
390
QDISC_CLSACT_CREATE(&qdisc_src_fwd, setup_result->ifindex_src_fwd);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
397
QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
689
const struct netns_setup_result *setup_result)
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
703
QDISC_CLSACT_CREATE(&qdisc_src, setup_result->ifindex_src);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
715
QDISC_CLSACT_CREATE(&qdisc_dst, setup_result->ifindex_dst);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
727
QDISC_CLSACT_CREATE(&qdisc_dst_fwd, setup_result->ifindex_dst_fwd);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
742
QDISC_CLSACT_CREATE(&qdisc_src_fwd, setup_result->ifindex_src_fwd);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
916
static void test_tc_redirect_dtime(struct netns_setup_result *setup_result)
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
935
skel->rodata->IFINDEX_SRC = setup_result->ifindex_src_fwd;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
936
skel->rodata->IFINDEX_DST = setup_result->ifindex_dst_fwd;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
942
if (netns_load_dtime_bpf(skel, setup_result))
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
981
static void test_tc_redirect_neigh_fib(struct netns_setup_result *setup_result)
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
998
skel->progs.tc_chk, setup_result))