Home
last modified time | relevance | path

Searched refs:feature_flags (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dxdp_do_redirect.c161 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_do_redirect()
171 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_do_redirect()
185 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_do_redirect()
196 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_do_redirect()
Dxdp_info.c66 opts.feature_flags = ~0; in serial_test_xdp_info()
71 ASSERT_EQ(opts.feature_flags, 0, "opts.feature_flags"); in serial_test_xdp_info()
Dxdp_bonding.c514 if (!ASSERT_EQ(query_opts.feature_flags, 0, in test_xdp_bonding_features()
537 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_bonding_features()
557 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_bonding_features()
575 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_bonding_features()
589 if (!ASSERT_EQ(query_opts.feature_flags, in test_xdp_bonding_features()
604 ASSERT_EQ(query_opts.feature_flags, 0, in test_xdp_bonding_features()
/tools/lib/bpf/
Dnetlink.c43 __u64 feature_flags; member
471 if (!OPTS_HAS(opts, feature_flags)) in bpf_xdp_query()
477 opts->feature_flags = 0; in bpf_xdp_query()
499 OPTS_SET(opts, feature_flags, md.flags); in bpf_xdp_query()
Dlibbpf.h1251 __u64 feature_flags; /* output */ member
/tools/testing/selftests/bpf/
Dxdp_features.c444 n = sizeof(*tlv) + sizeof(opts.feature_flags); in dut_run()
447 val = htobe64(opts.feature_flags); in dut_run()
Dxskxceiver.c2371 if (query_opts.feature_flags & NETDEV_XDP_ACT_RX_SG) in init_iface()
2373 if (query_opts.feature_flags & NETDEV_XDP_ACT_XSK_ZEROCOPY) { in init_iface()