Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dematch.c92 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()
Dem_u32.c37 static struct tcf_ematch_ops em_u32_ops = {
Dem_nbyte.c53 static struct tcf_ematch_ops em_nbyte_ops = {
Dem_cmp.c72 static struct tcf_ematch_ops em_cmp_ops = {
Dem_ipset.c108 static struct tcf_ematch_ops em_ipset_ops = {
Dem_canid.c204 static struct tcf_ematch_ops em_canid_ops = {
Dem_text.c128 static struct tcf_ematch_ops em_text_ops = {
Dem_ipt.c270 static struct tcf_ematch_ops em_ipt_ops = {
Dem_meta.c986 static struct tcf_ematch_ops em_meta_ops = {
/Linux-v5.4/include/net/
Dpkt_cls.h319 struct tcf_ematch_ops;
331 struct tcf_ematch_ops * ops;
397 struct tcf_ematch_ops { struct
410 int tcf_em_register(struct tcf_ematch_ops *); argument
411 void tcf_em_unregister(struct tcf_ematch_ops *);