Home
last modified time | relevance | path

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

/linux/net/mctp/test/
H A Dutils.c86 static const unsigned int test_pktqueue_magic = 0x5f713aef; variable
90 tpq->magic = test_pktqueue_magic; in mctp_test_pktqueue_init()
99 KUNIT_ASSERT_EQ(test, tpq->magic, test_pktqueue_magic); in mctp_test_dst_output()