Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dobject.h30 extern int nl_object_alloc_name(const char *,
/external/libnl/lib/
Dobject.c84 int nl_object_alloc_name(const char *kind, struct nl_object **result) in nl_object_alloc_name() function
/external/libnl/python/netlink/
Dcapi.i263 if (nl_object_alloc_name(name, &obj) < 0) in object_alloc_name()