Searched refs:co_next (Results 1 – 6 of 6) sorted by relevance
41 for (ops = cache_ops; ops; ops = ops->co_next) in nl_cache_ops_lookup()64 for (ops = cache_ops; ops; ops = ops->co_next) { in nl_cache_ops_associate()101 for (ops = cache_ops; ops; ops = ops->co_next) in cache_ops_lookup_for_obj()118 for (ops = cache_ops; ops; ops = ops->co_next) in nl_cache_ops_foreach()139 ops->co_next = cache_ops; in nl_cache_mngt_register()162 for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->co_next) in nl_cache_mngt_unregister()171 *tp = t->co_next; in nl_cache_mngt_unregister()
45 for (op = &cls_ops_list; (o = *op) != NULL; op = &o->co_next) in rtnl_cls_register()49 cops->co_next = NULL; in rtnl_cls_register()63 for (op = &cls_ops_list; (o = *op) != NULL; op = &o->co_next) in rtnl_cls_unregister()70 *op = cops->co_next; in rtnl_cls_unregister()79 for (cops = cls_ops_list; cops; cops = cops->co_next) in __rtnl_cls_lookup_ops()
44 for (op = &class_ops_list; (o = *op) != NULL; op = &o->co_next) in rtnl_class_register()48 cops->co_next = NULL; in rtnl_class_register()62 for (op = &class_ops_list; (o = *op) != NULL; op = &o->co_next) in rtnl_class_unregister()69 *op = cops->co_next; in rtnl_class_unregister()78 for (cops = class_ops_list; cops; cops = cops->co_next) in __rtnl_class_lookup_ops()
61 struct rtnl_class_ops *co_next; member
66 struct rtnl_cls_ops *co_next; member
187 struct nl_cache_ops *co_next; member