Home
last modified time | relevance | path

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

/external/libnl/lib/
Dobject.c323 if (ops->oo_id_attrs_get) { in nl_object_identical()
324 int req_attrs_a = ops->oo_id_attrs_get(a); in nl_object_identical()
325 int req_attrs_b = ops->oo_id_attrs_get(b); in nl_object_identical()
560 if (ops->oo_id_attrs_get) in nl_object_get_id_attrs()
561 id_attrs = ops->oo_id_attrs_get(obj); in nl_object_get_id_attrs()
/external/libnl/include/netlink-private/
Dobject-api.h369 uint32_t (*oo_id_attrs_get)(struct nl_object *); member
/external/libnl/lib/route/
Dneigh.c1089 .oo_id_attrs_get = neigh_id_attrs_get
Daddr.c1173 .oo_id_attrs_get = addr_id_attrs_get,
Droute_obj.c1507 .oo_id_attrs_get = route_id_attrs_get,