Home | History | Annotate | Download | only in lib

Lines Matching defs:obj_ops

24 static inline struct nl_object_ops *obj_ops(struct nl_object *obj)
97 struct nl_object_ops *ops = obj_ops(obj);
135 struct nl_object_ops *ops = obj_ops(obj);
260 struct nl_object_ops *ops = obj_ops(a);
264 if (ops != obj_ops(b))
298 struct nl_object_ops *ops = obj_ops(a);
300 if (ops != obj_ops(b) || ops->oo_compare == NULL)
317 struct nl_object_ops *ops = obj_ops(obj);
319 if (ops != obj_ops(filter) || ops->oo_compare == NULL)
341 struct nl_object_ops *ops = obj_ops(obj);