Searched refs:rtnl_cls_ops (Results 1 – 14 of 14) sorted by relevance
27 static struct rtnl_cls_ops *cls_ops_list;38 int rtnl_cls_register(struct rtnl_cls_ops *cops) in rtnl_cls_register()40 struct rtnl_cls_ops *o, **op; in rtnl_cls_register()59 int rtnl_cls_unregister(struct rtnl_cls_ops *cops) in rtnl_cls_unregister()61 struct rtnl_cls_ops *o, **op; in rtnl_cls_unregister()75 struct rtnl_cls_ops *__rtnl_cls_lookup_ops(const char *kind) in __rtnl_cls_lookup_ops()77 struct rtnl_cls_ops *cops; in __rtnl_cls_lookup_ops()92 struct rtnl_cls_ops *rtnl_cls_lookup_ops(struct rtnl_cls *cls) in rtnl_cls_lookup_ops()
36 static struct nl_cache_ops rtnl_cls_ops; variable41 struct rtnl_cls_ops *cops; in cls_msg_parser()86 struct rtnl_cls_ops *cops; in cls_build()299 if (!(cache = nl_cache_alloc(&rtnl_cls_ops))) in rtnl_cls_alloc_cache()316 static struct nl_cache_ops rtnl_cls_ops = { variable333 nl_cache_mngt_register(&rtnl_cls_ops); in cls_init()338 nl_cache_mngt_unregister(&rtnl_cls_ops); in cls_exit()
35 struct rtnl_cls_ops *cops; in cls_free_data()50 struct rtnl_cls_ops *cops; in cls_clone()75 struct rtnl_cls_ops *cops; in cls_dump_line()91 struct rtnl_cls_ops *cops; in cls_dump_details()106 struct rtnl_cls_ops *cops; in cls_dump_stats()178 struct rtnl_cls_ops *rtnl_cls_get_ops(struct rtnl_cls *cls) in rtnl_cls_get_ops()214 struct rtnl_cls_ops *ops = cls->c_ops; in rtnl_cls_data()
25 struct rtnl_cls_ops struct66 struct rtnl_cls_ops *co_next; argument69 extern int rtnl_cls_register(struct rtnl_cls_ops *);70 extern int rtnl_cls_unregister(struct rtnl_cls_ops *);71 extern struct rtnl_cls_ops * rtnl_cls_lookup_ops(struct rtnl_cls *);72 extern struct rtnl_cls_ops * __rtnl_cls_lookup_ops(const char *kind);
48 extern struct rtnl_cls_ops *rtnl_cls_get_ops(struct rtnl_cls *);
21 struct rtnl_cls_ops * ops;26 extern struct cls_module *lookup_cls_mod(struct rtnl_cls_ops *);
75 struct cls_module *lookup_cls_mod(struct rtnl_cls_ops *ops) in lookup_cls_mod()89 struct rtnl_cls_ops *ops; in register_cls_module()
21 extern struct rtnl_cls_ops *rtnl_basic_get_ops(void);
40 struct rtnl_cls_ops *ops; in main()
120 static struct rtnl_cls_ops cgroup_ops = {
157 static struct rtnl_cls_ops fw_ops = {
188 static struct rtnl_cls_ops basic_ops = {
504 static struct rtnl_cls_ops u32_ops = {
482 struct rtnl_cls_ops *c_ops;