Searched refs:fold (Results 1 - 4 of 4) sorted by relevance

/net/sched/
H A Dcls_route.c471 struct route4_filter *fold, *f1, *pfp, *f = NULL; local
486 fold = (struct route4_filter *)*arg;
487 if (fold && handle && fold->handle != handle)
503 if (fold) {
504 f->id = fold->id;
505 f->iif = fold->iif;
506 f->res = fold->res;
507 f->handle = fold->handle;
509 f->tp = fold
[all...]
H A Dcls_basic.c175 struct basic_filter *fold = (struct basic_filter *) *arg; local
186 if (fold != NULL) {
187 if (handle && fold->handle != handle)
200 } else if (fold) {
201 fnew->handle = fold->handle;
223 if (fold) {
224 list_replace_rcu(&fold->link, &fnew->link);
225 tcf_unbind_filter(tp, &fold->res);
226 call_rcu(&fold->rcu, basic_delete_filter);
H A Dcls_flow.c368 struct flow_filter *fold, *fnew; local
422 fold = (struct flow_filter *)*arg;
423 if (fold) {
425 if (fold->handle != handle && handle)
428 /* Copy fold into fnew */
429 fnew->handle = fold->handle;
430 fnew->keymask = fold->keymask;
431 fnew->tp = fold->tp;
433 fnew->handle = fold->handle;
434 fnew->nkeys = fold
[all...]
/net/wireless/
H A Dscan.c633 u8 fold = 0; local
647 fold |= ie[2 + i];
649 if (fold) {

Completed in 135 milliseconds