Lines Matching refs:obj_ops
36 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops() function
120 ops = obj_ops(obj); in nl_object_clone()
156 struct nl_object_ops *ops = obj_ops(dst); in nl_object_update()
177 ops = obj_ops(obj); in nl_object_free()
315 struct nl_object_ops *ops = obj_ops(a); in nl_object_identical()
319 if (ops != obj_ops(b)) in nl_object_identical()
363 struct nl_object_ops *ops = obj_ops(a); in nl_object_diff()
365 if (ops != obj_ops(b) || ops->oo_compare == NULL) in nl_object_diff()
382 struct nl_object_ops *ops = obj_ops(obj); in nl_object_match_filter()
384 if (ops != obj_ops(filter) || ops->oo_compare == NULL) in nl_object_match_filter()
406 struct nl_object_ops *ops = obj_ops(obj); in nl_object_attrs2str()
440 struct nl_object_ops *ops = obj_ops(obj); in nl_object_keygen()
528 struct nl_object_ops *ops = obj_ops(obj); in nl_object_get_id_attrs()