Searched refs:link_attach_flags (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_opts.c | 1523 optq.link_attach_flags = link_flags; in test_tc_opts_mixed_target() 1540 ASSERT_EQ(optq.link_attach_flags[0], 0, "link_flags[0]"); in test_tc_opts_mixed_target() 1544 ASSERT_EQ(optq.link_attach_flags[1], 0, "link_flags[1]"); in test_tc_opts_mixed_target() 1548 ASSERT_EQ(optq.link_attach_flags[2], 0, "link_flags[2]"); in test_tc_opts_mixed_target() 1552 ASSERT_EQ(optq.link_attach_flags[3], 0, "link_flags[3]"); in test_tc_opts_mixed_target() 2573 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags"); in test_tc_opts_query_target() 2596 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags"); in test_tc_opts_query_target()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.h | 565 __u32 *link_attach_flags; member
|
H A D | bpf.c | 923 attr.query.link_attach_flags = ptr_to_u64(OPTS_GET(opts, link_attach_flags, NULL)); in bpf_prog_query_opts()
|
/openbmc/linux/kernel/bpf/ |
H A D | mprog.c | 423 ulink_flags = u64_to_user_ptr(attr->query.link_attach_flags); in bpf_mprog_query()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | net.c | 464 optq.link_attach_flags = link_flags; in __show_dev_tc_bpf()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1564 __aligned_u64 link_attach_flags; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1564 __aligned_u64 link_attach_flags; member
|