Searched refs:mt_id (Results 1 – 5 of 5) sorted by relevance
120 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) in __cache_ops_associate()121 if (ops->co_msgtypes[i].mt_id == msgtype) in __cache_ops_associate()193 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) in nl_msgtype_lookup()194 if (ops->co_msgtypes[i].mt_id == msgtype) in nl_msgtype_lookup()
815 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) in nl_cache_include()816 if (ops->co_msgtypes[i].mt_id == obj->ce_msgtype) in nl_cache_include()912 for (i = 0; ops->co_msgtypes[i].mt_id >= 0; i++) { in nl_cache_parse()913 if (ops->co_msgtypes[i].mt_id == nlh->nlmsg_type) { in nl_cache_parse()
91 for (n = 0; ops->co_msgtypes[n].mt_id >= 0; n++) in event_input()92 if (ops->co_msgtypes[n].mt_id == type) in event_input()
263 ops->co_genl->o_id = ops->co_msgtypes[0].mt_id; in genl_register()300 ops->o_cache_ops->co_msgtypes[0].mt_id = ops->o_id; in __genl_ops_resolve()
120 int mt_id; member