Searched refs:accept_filter_str (Results 1 – 1 of 1) sorted by relevance
197 char *accept_filter_str = NULL; in accept_filt_setopt() local270 accept_filter_str = malloc(len, M_ACCF, M_WAITOK); in accept_filt_setopt()271 strcpy(accept_filter_str, afap->af_name); in accept_filt_setopt()302 so->sol_accept_filter_str = accept_filter_str; in accept_filt_setopt()303 accept_filter_str = NULL; in accept_filt_setopt()307 if (accept_filter_str != NULL) in accept_filt_setopt()308 free(accept_filter_str, M_ACCF); in accept_filt_setopt()