Searched refs:ematches (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/sched/ |
D | cls_cgroup.c | 21 struct tcf_ematch_tree ematches; member 37 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify() 63 tcf_em_tree_destroy(&head->ematches); in __cls_cgroup_destroy() 118 err = tcf_em_tree_validate(tp, tb[TCA_CGROUP_EMATCHES], &new->ematches); in cls_cgroup_change() 185 tcf_em_tree_dump(skb, &head->ematches, TCA_CGROUP_EMATCHES) < 0) in cls_cgroup_dump()
|
D | cls_basic.c | 32 struct tcf_ematch_tree ematches; member 50 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in basic_classify() 92 tcf_em_tree_destroy(&f->ematches); in __basic_delete_filter() 159 err = tcf_em_tree_validate(tp, tb[TCA_BASIC_EMATCHES], &f->ematches); in basic_set_parms() 303 tcf_em_tree_dump(skb, &f->ematches, TCA_BASIC_EMATCHES) < 0) in basic_dump()
|
D | cls_flow.c | 41 struct tcf_ematch_tree ematches; member 311 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify() 374 tcf_em_tree_destroy(&f->ematches); in __flow_destroy_filter() 439 err = tcf_em_tree_validate(tp, tb[TCA_FLOW_EMATCHES], &fnew->ematches); in flow_change() 562 tcf_em_tree_destroy(&fnew->ematches); in flow_change() 665 if (f->ematches.hdr.nmatches && in flow_dump() 666 tcf_em_tree_dump(skb, &f->ematches, TCA_FLOW_EMATCHES) < 0) in flow_dump()
|
D | Kconfig | 543 programmable BPF (JIT'ed) filters as an alternative to ematches. 587 ematches. Limits the depth of the tree, i.e. the number of
|