MAX_SEARCH_SIZE
if (datalen > MAX_SEARCH_SIZE)
datalen = MAX_SEARCH_SIZE;
irc_buffer = kmalloc(MAX_SEARCH_SIZE + 1, GFP_KERNEL);