Searched refs:link_attach_flags (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_opts.c | 1521 optq.link_attach_flags = link_flags; in test_tc_opts_mixed_target() 1538 ASSERT_EQ(optq.link_attach_flags[0], 0, "link_flags[0]"); in test_tc_opts_mixed_target() 1542 ASSERT_EQ(optq.link_attach_flags[1], 0, "link_flags[1]"); in test_tc_opts_mixed_target() 1546 ASSERT_EQ(optq.link_attach_flags[2], 0, "link_flags[2]"); in test_tc_opts_mixed_target() 1550 ASSERT_EQ(optq.link_attach_flags[3], 0, "link_flags[3]"); in test_tc_opts_mixed_target() 2571 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags"); in test_tc_opts_query_target() 2594 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags"); in test_tc_opts_query_target() 2623 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags"); in test_tc_opts_query_target() 2652 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags"); in test_tc_opts_query_target() 2680 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags"); in test_tc_opts_query_target() [all …]
|
| /linux/kernel/bpf/ |
| H A D | mprog.c | 423 ulink_flags = u64_to_user_ptr(attr->query.link_attach_flags); in bpf_mprog_query()
|
| /linux/tools/bpf/bpftool/ |
| H A D | net.c | 476 optq.link_attach_flags = link_flags; in __show_dev_tc_bpf()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1765 __aligned_u64 link_attach_flags; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1765 __aligned_u64 link_attach_flags; member
|