Home
last modified time | relevance | path

Searched refs:query_prog_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c57 static __u32 query_prog_id(int prog) in query_prog_id() function
99 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_prog_attach_prog_attach()
107 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog2)); in test_prog_attach_prog_attach()
113 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog2)); in test_prog_attach_prog_attach()
132 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_link_create_link_create()
141 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_link_create_link_create()
157 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_prog_attach_link_create()
166 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_prog_attach_link_create()
184 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_link_create_prog_attach()
191 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_link_create_prog_attach()
[all …]
H A Dsockmap_basic.c301 static __u32 query_prog_id(int prog_fd) in query_prog_id() function
350 ASSERT_EQ(prog_ids[0], query_prog_id(verdict_fd), in test_sockmap_progs_query()