Searched refs:DR_HEX_SIZE (Results 1 – 1 of 1) sorted by relevance
93 #define DR_HEX_SIZE 256 macro96 dr_dump_hex_print(char hex[DR_HEX_SIZE], char *src, u32 size) in dr_dump_hex_print() argument98 if (WARN_ON_ONCE(DR_HEX_SIZE < 2 * size + 1)) in dr_dump_hex_print()99 size = DR_HEX_SIZE / 2 - 1; /* truncate */ in dr_dump_hex_print()239 char hw_ste_dump[DR_HEX_SIZE]; in dr_dump_rule_mem()320 char dump[DR_HEX_SIZE]; in dr_dump_matcher_mask()
Completed in 4 milliseconds