Lines Matching refs:fold
178 struct basic_filter *fold = (struct basic_filter *) *arg;
189 if (fold != NULL) {
190 if (handle && fold->handle != handle)
206 } else if (!fold) {
222 if (!fold)
229 if (fold) {
231 list_replace_rcu(&fold->link, &fnew->link);
232 tcf_unbind_filter(tp, &fold->res);
233 tcf_exts_get_net(&fold->exts);
234 tcf_queue_work(&fold->rwork, basic_delete_filter_work);