Home
last modified time | relevance | path

Searched refs:req_attrs (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/
Dobject.c261 int req_attrs; in nl_object_identical() local
267 req_attrs = ops->oo_id_attrs; in nl_object_identical()
268 if (req_attrs == ~0) in nl_object_identical()
269 req_attrs = a->ce_mask & b->ce_mask; in nl_object_identical()
273 if ((a->ce_mask & req_attrs) != req_attrs || in nl_object_identical()
274 (b->ce_mask & req_attrs) != req_attrs) in nl_object_identical()
281 return !(ops->oo_compare(a, b, req_attrs, 0)); in nl_object_identical()