Home | History | Annotate | Download | only in net

Lines Matching refs:scrub

236 	if (s->scrub.scrub_flag && d->scrub == NULL) {
237 d->scrub = pool_get(&pf_state_scrub_pl, PR_NOWAIT);
238 if (d->scrub == NULL)
240 memset(d->scrub, 0, sizeof(*d->scrub));
295 /* allocate memory for scrub info */
299 if (st->src.scrub)
300 pool_put(&pf_state_scrub_pl, st->src.scrub);
339 if (st->dst.scrub)
340 pool_put(&pf_state_scrub_pl, st->dst.scrub);
341 if (st->src.scrub)
342 pool_put(&pf_state_scrub_pl, st->src.scrub);