Home
last modified time | relevance | path

Searched refs:tcf_ematch_ops (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/net/
Dpkt_cls.h152 struct tcf_ematch_ops;
164 struct tcf_ematch_ops * ops;
230 struct tcf_ematch_ops { struct
243 int tcf_em_register(struct tcf_ematch_ops *); argument
244 void tcf_em_unregister(struct tcf_ematch_ops *);
/linux-4.4.14/net/sched/
Dematch.c96 static struct tcf_ematch_ops *tcf_em_lookup(u16 kind) in tcf_em_lookup()
98 struct tcf_ematch_ops *e = NULL; in tcf_em_lookup()
126 int tcf_em_register(struct tcf_ematch_ops *ops) in tcf_em_register()
129 struct tcf_ematch_ops *e; in tcf_em_register()
158 void tcf_em_unregister(struct tcf_ematch_ops *ops) in tcf_em_unregister()
Dem_u32.c41 static struct tcf_ematch_ops em_u32_ops = {
Dem_nbyte.c57 static struct tcf_ematch_ops em_nbyte_ops = {
Dem_cmp.c76 static struct tcf_ematch_ops em_cmp_ops = {
Dem_ipset.c110 static struct tcf_ematch_ops em_ipset_ops = {
Dem_text.c132 static struct tcf_ematch_ops em_text_ops = {
Dem_canid.c208 static struct tcf_ematch_ops em_canid_ops = {
Dem_meta.c987 static struct tcf_ematch_ops em_meta_ops = {