Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netlink/
H A Dktest_netlink_message_writer.c73 test_mbuf_writer_allocation(struct ktest_test_context *ctx) in test_mbuf_writer_allocation() function
156 .func = &test_mbuf_writer_allocation,
/freebsd-14.2/tests/sys/netlink/
H A Dtest_netlink_message_writer.py45 def test_mbuf_writer_allocation(self, sz, writer_type, malloc_flags): member in TestNetlinkMessageWriter