Searched refs:link_attach_flags (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c1523 optq.link_attach_flags = link_flags;
1540 ASSERT_EQ(optq.link_attach_flags[0], 0, "link_flags[0]");
1544 ASSERT_EQ(optq.link_attach_flags[1], 0, "link_flags[1]");
1548 ASSERT_EQ(optq.link_attach_flags[2], 0, "link_flags[2]");
1552 ASSERT_EQ(optq.link_attach_flags[3], 0, "link_flags[3]");
2573 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags");
2596 ASSERT_EQ(attr.query.link_attach_flags, 0, "link_attach_flags");
2625 ASSERT_EQ(attr.query.link_attach_flags,
[all...]
/linux-master/kernel/bpf/
H A Dmprog.c423 ulink_flags = u64_to_user_ptr(attr->query.link_attach_flags);
/linux-master/tools/lib/bpf/
H A Dbpf.h597 __u32 *link_attach_flags; member in struct:bpf_prog_query_opts
H A Dbpf.c946 attr.query.link_attach_flags = ptr_to_u64(OPTS_GET(opts, link_attach_flags, NULL));
/linux-master/tools/bpf/bpftool/
H A Dnet.c466 optq.link_attach_flags = link_flags;
/linux-master/include/uapi/linux/
H A Dbpf.h1660 __aligned_u64 link_attach_flags; member in struct:bpf_attr::__anon2603
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1660 __aligned_u64 link_attach_flags; member in struct:bpf_attr::__anon3144

Completed in 177 milliseconds