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

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

Completed in 226 milliseconds