Lines Matching refs:c_ops
74 if (cache->c_ops == NULL) in nl_cache_nitems_filter()
77 ops = cache->c_ops->co_obj_ops; in nl_cache_nitems_filter()
105 return cache->c_ops; in nl_cache_get_ops()
182 cache->c_ops = ops; in nl_cache_alloc()
244 cache = nl_cache_alloc(orig->c_ops); in nl_cache_subset()
248 ops = orig->c_ops->co_obj_ops; in nl_cache_subset()
328 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_add()
355 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_move()
444 if (cache->c_ops->co_request_update == NULL) in nl_cache_request_full_dump()
447 return cache->c_ops->co_request_update(cache, sk); in nl_cache_request_full_dump()
470 .ops = cache->c_ops, in __cache_pickup()
560 struct nl_cache_ops *ops = cache->c_ops; in nl_cache_include()
674 return nl_cache_parse(cache->c_ops, NULL, nlmsg_hdr(msg), &p); in nl_cache_parse_and_add()
766 if (cache->c_ops == NULL) in nl_cache_dump_filter()
769 ops = cache->c_ops->co_obj_ops; in nl_cache_dump_filter()
821 if (cache->c_ops == NULL) in nl_cache_foreach_filter()
824 ops = cache->c_ops->co_obj_ops; in nl_cache_foreach_filter()