Lines Matching refs:fold
477 struct route4_filter *fold, *f1, *pfp, *f = NULL;
498 fold = *arg;
499 if (fold && handle && fold->handle != handle)
511 if (fold) {
512 f->id = fold->id;
513 f->iif = fold->iif;
514 f->handle = fold->handle;
516 f->tp = fold->tp;
517 f->bkt = fold->bkt;
538 if (fold) {
539 th = to_hash(fold->handle);
540 h = from_hash(fold->handle >> 16);
546 if (pfp == fold) {
547 rcu_assign_pointer(*fp, fold->next);
556 if (fold) {
557 tcf_unbind_filter(tp, &fold->res);
558 tcf_exts_get_net(&fold->exts);
559 tcf_queue_work(&fold->rwork, route4_delete_filter_work);