Lines Matching refs:fold
479 struct route4_filter *fold, *f1, *pfp, *f = NULL;
500 fold = *arg;
501 if (fold && fold->handle != handle)
513 if (fold) {
514 f->id = fold->id;
515 f->iif = fold->iif;
516 f->handle = fold->handle;
518 f->tp = fold->tp;
519 f->bkt = fold->bkt;
540 if (fold) {
541 th = to_hash(fold->handle);
542 h = from_hash(fold->handle >> 16);
548 if (pfp == fold) {
549 rcu_assign_pointer(*fp, fold->next);
558 if (fold) {
559 tcf_unbind_filter(tp, &fold->res);
560 tcf_exts_get_net(&fold->exts);
561 tcf_queue_work(&fold->rwork, route4_delete_filter_work);