Searched refs:new_filter_string (Results 1 – 1 of 1) sorted by relevance
596 char *new_filter_string; in append_filter_string() local600 new_filter_string = kmalloc(newlen, GFP_KERNEL); in append_filter_string()601 if (!new_filter_string) in append_filter_string()604 strcpy(new_filter_string, filter->filter_string); in append_filter_string()605 strcat(new_filter_string, string); in append_filter_string()607 filter->filter_string = new_filter_string; in append_filter_string()