Lines Matching refs:obj_ops
37 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops() function
121 ops = obj_ops(obj); in nl_object_clone()
157 struct nl_object_ops *ops = obj_ops(dst); in nl_object_update()
178 ops = obj_ops(obj); in nl_object_free()
316 struct nl_object_ops *ops = obj_ops(a); in nl_object_identical()
320 if (ops != obj_ops(b)) in nl_object_identical()
364 struct nl_object_ops *ops = obj_ops(a); in nl_object_diff64()
366 if (ops != obj_ops(b) || ops->oo_compare == NULL) in nl_object_diff64()
408 struct nl_object_ops *ops = obj_ops(obj); in nl_object_match_filter()
410 if (ops != obj_ops(filter) || ops->oo_compare == NULL) in nl_object_match_filter()
432 struct nl_object_ops *ops = obj_ops(obj); in nl_object_attrs2str()
466 struct nl_object_ops *ops = obj_ops(obj); in nl_object_keygen()
554 struct nl_object_ops *ops = obj_ops(obj); in nl_object_get_id_attrs()