Searched refs:query_attached_prog_id (Results 1 – 1 of 1) sorted by relevance
21 static __u32 query_attached_prog_id(int netns) in query_attached_prog_id() function39 return query_attached_prog_id(netns) > 0; in prog_is_attached()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()[all …]