Searched refs:USER_BUF_LEN_DROP (Results 1 – 2 of 2) sorted by relevance
43 #define USER_BUF_LEN_DROP (2 + 2 + 2 + 2 + 1 + 17) macro
1577 if ((!buf) || (count > USER_BUF_LEN_DROP) || (count < 6)) in iot_sim_debug_drop_write()1580 locbuf = qdf_mem_malloc(USER_BUF_LEN_DROP + 1); in iot_sim_debug_drop_write()