Searched refs:ematches (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/net/sched/ |
| D | cls_cgroup.c | 24 struct tcf_ematch_tree ematches; member 37 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify() 67 tcf_em_tree_destroy(&head->ematches); in cls_cgroup_destroy_rcu() 116 tcf_em_tree_change(tp, &new->ematches, &t); in cls_cgroup_change() 174 tcf_em_tree_dump(skb, &head->ematches, TCA_CGROUP_EMATCHES) < 0) in cls_cgroup_dump()
|
| D | cls_basic.c | 33 struct tcf_ematch_tree ematches; member 48 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in basic_classify() 95 tcf_em_tree_destroy(&f->ematches); in basic_delete_filter() 156 tcf_em_tree_change(tp, &f->ematches, &t); in basic_set_parms() 271 tcf_em_tree_dump(skb, &f->ematches, TCA_BASIC_EMATCHES) < 0) in basic_dump()
|
| D | cls_flow.c | 44 struct tcf_ematch_tree ematches; member 306 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify() 371 tcf_em_tree_destroy(&f->ematches); in flow_destroy_filter() 505 tcf_em_tree_change(tp, &fnew->ematches, &t); in flow_change() 647 if (f->ematches.hdr.nmatches && in flow_dump() 648 tcf_em_tree_dump(skb, &f->ematches, TCA_FLOW_EMATCHES) < 0) in flow_dump()
|
| D | Kconfig | 476 programmable BPF (JIT'ed) filters as an alternative to ematches. 510 ematches. Limits the depth of the tree, i.e. the number of
|