Lines Matching refs:c_ops
83 if (cache->c_ops == NULL) in nl_cache_nitems_filter()
112 return cache->c_ops; in nl_cache_get_ops()
192 cache->c_ops = ops; in nl_cache_alloc()
306 cache = nl_cache_alloc(orig->c_ops); in nl_cache_subset()
484 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_add()
525 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_move()
645 if (sk->s_proto != cache->c_ops->co_protocol) in nl_cache_request_full_dump()
648 if (cache->c_ops->co_request_update == NULL) in nl_cache_request_full_dump()
654 return cache->c_ops->co_request_update(cache, sk); in nl_cache_request_full_dump()
688 .ops = cache->c_ops, in __cache_pickup()
750 if (sk->s_proto != cache->c_ops->co_protocol) in nl_cache_pickup()
809 struct nl_cache_ops *ops = cache->c_ops; in nl_cache_include()
849 if (sk->s_proto != cache->c_ops->co_protocol) in nl_cache_resync()
857 grp = cache->c_ops->co_groups; in nl_cache_resync()
947 return nl_cache_parse(cache->c_ops, NULL, nlmsg_hdr(msg), &p); in nl_cache_parse_and_add()
965 if (sk->s_proto != cache->c_ops->co_protocol) in nl_cache_refill()
969 grp = cache->c_ops->co_groups; in nl_cache_refill()
1073 if (cache->c_ops == NULL) in nl_cache_find()
1150 if (cache->c_ops == NULL) in nl_cache_dump_filter()
1153 ops = cache->c_ops->co_obj_ops; in nl_cache_dump_filter()
1207 if (cache->c_ops == NULL) in nl_cache_foreach_filter()