hex_dump
static void print_leak_locked(struct kmemleak_object *object, bool hex_dump)
hex_dump && (object->flags & OBJECT_ALLOCATED));
bool hex_dump)
if (hex_dump)
hex_dump(pkt, pkt_caplen);
hex_dump(tx, len, 32, "TX");
hex_dump(rx, len, 32, "RX");
hex_dump(tx, len, 32, "TX");
hex_dump(rx, len, 32, "RX");