Lines Matching defs:fold
180 struct basic_filter *fold = (struct basic_filter *) *arg;
191 if (fold != NULL) {
192 if (handle && fold->handle != handle)
208 } else if (!fold) {
218 if (!fold)
226 if (!fold)
233 if (fold) {
235 list_replace_rcu(&fold->link, &fnew->link);
236 tcf_unbind_filter(tp, &fold->res);
237 tcf_exts_get_net(&fold->exts);
238 tcf_queue_work(&fold->rwork, basic_delete_filter_work);