Searched refs:new_filter_string (Results 1 – 1 of 1) sorted by relevance
652 char *new_filter_string; in append_filter_string() local656 new_filter_string = kmalloc(newlen, GFP_KERNEL); in append_filter_string()657 if (!new_filter_string) in append_filter_string()660 strcpy(new_filter_string, filter->filter_string); in append_filter_string()661 strcat(new_filter_string, string); in append_filter_string()663 filter->filter_string = new_filter_string; in append_filter_string()