Home
last modified time | relevance | path

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

/Linux-v4.19/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.c111 static struct tcf_ematch_ops em_ipset_ops = {
Dem_canid.c208 static struct tcf_ematch_ops em_canid_ops = {
Dem_text.c132 static struct tcf_ematch_ops em_text_ops = {
Dem_ipt.c230 static struct tcf_ematch_ops em_ipt_ops = {
Dem_meta.c989 static struct tcf_ematch_ops em_meta_ops = {
/Linux-v4.19/include/net/
Dpkt_cls.h407 struct tcf_ematch_ops;
419 struct tcf_ematch_ops * ops;
485 struct tcf_ematch_ops { struct
498 int tcf_em_register(struct tcf_ematch_ops *); argument
499 void tcf_em_unregister(struct tcf_ematch_ops *);