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