Searched refs:feature_flags (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| D | xdp_do_redirect.c | 161 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()
|
| D | xdp_info.c | 66 opts.feature_flags = ~0; in serial_test_xdp_info() 71 ASSERT_EQ(opts.feature_flags, 0, "opts.feature_flags"); in serial_test_xdp_info()
|
| D | xdp_bonding.c | 514 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/ |
| D | netlink.c | 43 __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()
|
| D | libbpf.h | 1251 __u64 feature_flags; /* output */ member
|
| /tools/testing/selftests/bpf/ |
| D | xdp_features.c | 444 n = sizeof(*tlv) + sizeof(opts.feature_flags); in dut_run() 447 val = htobe64(opts.feature_flags); in dut_run()
|
| D | xskxceiver.c | 2371 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()
|