Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngt.c68 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) in nl_cache_ops_associate()
69 if (ops->co_msgtypes[i].mt_id == msgtype) in nl_cache_ops_associate()
90 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) in nl_msgtype_lookup()
91 if (ops->co_msgtypes[i].mt_id == msgtype) in nl_msgtype_lookup()
Dcache.c566 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) in nl_cache_include()
567 if (ops->co_msgtypes[i].mt_id == obj->ce_msgtype) in nl_cache_include()
642 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) { in nl_cache_parse()
643 if (ops->co_msgtypes[i].mt_id == nlh->nlmsg_type) { in nl_cache_parse()
Dcache_mngr.c125 for (n = 0; ops->co_msgtypes[n].mt_id >= 0; n++) in event_input()
126 if (ops->co_msgtypes[n].mt_id == type) in event_input()
/external/libnl/include/netlink/
Dcache-api.h131 int mt_id; member
/external/libnl/lib/genl/
Dmngt.c193 ops->co_genl->o_family = ops->co_msgtypes[0].mt_id; in genl_register()