Home
last modified time | relevance | path

Searched refs:ematches (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_cgroup.c20 struct tcf_ematch_tree ematches; member
35 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) in cls_cgroup_classify()
61 tcf_em_tree_destroy(&head->ematches); in __cls_cgroup_destroy()
116 err = tcf_em_tree_validate(tp, tb[TCA_CGROUP_EMATCHES], &new->ematches); in cls_cgroup_change()
183 tcf_em_tree_dump(skb, &head->ematches, TCA_CGROUP_EMATCHES) < 0) in cls_cgroup_dump()
H A Dcls_basic.c31 struct tcf_ematch_tree ematches; member
48 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in basic_classify()
90 tcf_em_tree_destroy(&f->ematches); in __basic_delete_filter()
157 err = tcf_em_tree_validate(tp, tb[TCA_BASIC_EMATCHES], &f->ematches); in basic_set_parms()
313 tcf_em_tree_dump(skb, &f->ematches, TCA_BASIC_EMATCHES) < 0) in basic_dump()
H A Dcls_flow.c40 struct tcf_ematch_tree ematches; member
309 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
372 tcf_em_tree_destroy(&f->ematches); in __flow_destroy_filter()
437 err = tcf_em_tree_validate(tp, tb[TCA_FLOW_EMATCHES], &fnew->ematches); in flow_change()
560 tcf_em_tree_destroy(&fnew->ematches); in flow_change()
663 if (f->ematches.hdr.nmatches && in flow_dump()
664 tcf_em_tree_dump(skb, &f->ematches, TCA_FLOW_EMATCHES) < 0) in flow_dump()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_cgroup.c21 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()
H A Dcls_basic.c32 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()
H A Dcls_flow.c41 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()

Completed in 4 milliseconds