__COUNTER__
__PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
__PASTE(_, __COUNTER__)))
_compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
__PASTE(__COUNTER__, \
#define instrumentation_begin() __instrumentation_begin(__COUNTER__)
#define instrumentation_end() __instrumentation_end(__COUNTER__)
__ASSERT_EXCLUSIVE_SCOPED(var, KCSAN_ACCESS_ASSERT, __COUNTER__)
__ASSERT_EXCLUSIVE_SCOPED(var, KCSAN_ACCESS_WRITE | KCSAN_ACCESS_ASSERT, __COUNTER__)
__COUNTER__)[] __used __aligned(1) \
__PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
_compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
#define ___bpf_typeof(type) ___bpf_typeof1(type, __COUNTER__)
int __cleanup(unindent) __dummy_##__COUNTER__; \
#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
__bpf_preempt_t ___bpf_apply(preempt, __COUNTER__) \
#define C1 CONSUMER_TEST(__PASTE(consumer_test, __COUNTER__))
#define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" msg)))
#define __not_msg(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg=" XSTR(__COUNTER__) "=" msg)))
#define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) "=" msg)))
#define __jited(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
#define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))
#define __not_msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))
#define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(__COUNTER__) "=" msg)))
#define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
#define __stderr(msg) __attribute__((btf_decl_tag("comment:test_expect_stderr=" XSTR(__COUNTER__) "=" msg)))
#define __stderr_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_stderr_unpriv=" XSTR(__COUNTER__) "=" msg)))
#define __stdout(msg) __attribute__((btf_decl_tag("comment:test_expect_stdout=" XSTR(__COUNTER__) "=" msg)))
#define __stdout_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_stdout_unpriv=" XSTR(__COUNTER__) "=" msg)))
TRANSPORT_COUNTER_BASE = __COUNTER__ + 1,
TRANSPORT_##name = BIT(__COUNTER__ - TRANSPORT_COUNTER_BASE),
TRANSPORT_NUM = __COUNTER__ - TRANSPORT_COUNTER_BASE,