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

/linux-4.1.27/net/sched/
H A Dcls_cgroup.c24 struct tcf_ematch_tree ematches; member in struct:cls_cgroup_head
57 if (!tcf_em_tree_match(skb, &head->ematches, NULL)) cls_cgroup_classify()
86 tcf_em_tree_destroy(&head->ematches); cls_cgroup_destroy_rcu()
135 tcf_em_tree_change(tp, &new->ematches, &t); cls_cgroup_change()
193 tcf_em_tree_dump(skb, &head->ematches, TCA_CGROUP_EMATCHES) < 0) cls_cgroup_dump()
H A Dcls_basic.c33 struct tcf_ematch_tree ematches; member in struct:basic_filter
48 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) basic_classify()
95 tcf_em_tree_destroy(&f->ematches); basic_delete_filter()
156 tcf_em_tree_change(tp, &f->ematches, &t); basic_set_parms()
271 tcf_em_tree_dump(skb, &f->ematches, TCA_BASIC_EMATCHES) < 0) basic_dump()
H A Dcls_flow.c43 struct tcf_ematch_tree ematches; member in struct:flow_filter
293 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) flow_classify()
358 tcf_em_tree_destroy(&f->ematches); flow_destroy_filter()
492 tcf_em_tree_change(tp, &fnew->ematches, &t); flow_change()
634 if (f->ematches.hdr.nmatches && flow_dump()
635 tcf_em_tree_dump(skb, &f->ematches, TCA_FLOW_EMATCHES) < 0) flow_dump()
H A Dematch.c19 * consisting of multiple sequences of interconnected ematches separated
119 * This function must be called by ematches to announce their presence.
152 * This function must be called by ematches to announce their disappearance
H A Dcls_bpf.c6 * ematches.
/linux-4.1.27/include/net/
H A Dpkt_cls.h210 * @matches: array of ematches
280 * through all ematches respecting their logic relations returning
283 * Returns 1 if the ematch tree as-one matches, no ematches are configured
/linux-4.1.27/include/uapi/linux/
H A Dpkt_cls.h461 * 1..32767 Reserved for ematches inside kernel tree

Completed in 108 milliseconds