Home
last modified time | relevance | path

Searched refs:tcf_meta_ops (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/tc_act/
H A Dtc_ife.h27 const struct tcf_meta_ops *ops;
33 struct tcf_meta_ops { struct
62 int register_ife_op(struct tcf_meta_ops *mops); argument
63 int unregister_ife_op(struct tcf_meta_ops *mops);
/linux/net/sched/
H A Dact_ife.c163 static struct tcf_meta_ops *find_ife_oplist(u16 metaid) in find_ife_oplist()
165 struct tcf_meta_ops *o; in find_ife_oplist()
181 int register_ife_op(struct tcf_meta_ops *mops) in register_ife_op()
183 struct tcf_meta_ops *m; in register_ife_op()
209 int unregister_ife_op(struct tcf_meta_ops *mops) in unregister_ife_op()
211 struct tcf_meta_ops *m; in unregister_ife_op()
228 static int ife_validate_metatype(struct tcf_meta_ops *ops, void *val, int len) in ife_validate_metatype()
268 struct tcf_meta_ops *ops = find_ife_oplist(metaid); in load_metaops_and_vet()
296 static int __add_metainfo(const struct tcf_meta_ops *ops, in __add_metainfo()
322 static int add_metainfo_and_get_ops(const struct tcf_meta_ops *op in add_metainfo_and_get_ops()
[all...]
H A Dact_meta_skbprio.c42 static struct tcf_meta_ops ife_prio_ops = {
H A Dact_meta_skbtcindex.c42 static struct tcf_meta_ops ife_skbtcindex_ops = {
H A Dact_meta_mark.c42 static struct tcf_meta_ops ife_skbmark_ops = {