Searched refs:accept_filter_str (Results 1 – 1 of 1) sorted by relevance
199 char *accept_filter_str = NULL; in accept_filt_setopt() local272 accept_filter_str = malloc(len, M_ACCF, M_WAITOK); in accept_filt_setopt()273 strcpy(accept_filter_str, afap->af_name); in accept_filt_setopt()301 so->sol_accept_filter_str = accept_filter_str; in accept_filt_setopt()302 accept_filter_str = NULL; in accept_filt_setopt()306 if (accept_filter_str != NULL) in accept_filt_setopt()307 free(accept_filter_str, M_ACCF); in accept_filt_setopt()