Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dematch.c54 * 2) Fill out a struct tcf_ematch_ops:
55 * static struct tcf_ematch_ops my_ops = {
92 static struct tcf_ematch_ops *tcf_em_lookup(u16 kind) in tcf_em_lookup()
94 struct tcf_ematch_ops *e = NULL; in tcf_em_lookup()
122 int tcf_em_register(struct tcf_ematch_ops *ops) in tcf_em_register()
125 struct tcf_ematch_ops *e; in tcf_em_register()
154 void tcf_em_unregister(struct tcf_ematch_ops *ops) in tcf_em_unregister()
H A Dem_u32.c37 static struct tcf_ematch_ops em_u32_ops = {
H A Dem_cmp.c72 static struct tcf_ematch_ops em_cmp_ops = {
H A Dem_ipset.c108 static struct tcf_ematch_ops em_ipset_ops = {
H A Dem_canid.c205 static struct tcf_ematch_ops em_canid_ops = {
H A Dem_ipt.c270 static struct tcf_ematch_ops em_ipt_ops = {
/linux/include/net/
H A Dpkt_cls.h392 struct tcf_ematch_ops;
405 struct tcf_ematch_ops * ops;
460 * struct tcf_ematch_ops - ematch module operations
471 struct tcf_ematch_ops { struct
484 int tcf_em_register(struct tcf_ematch_ops *); argument
485 void tcf_em_unregister(struct tcf_ematch_ops *);