Searched refs:mt_id (Results 1 – 5 of 5) sorted by relevance
68 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()
566 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()
125 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()
131 int mt_id; member
193 ops->co_genl->o_family = ops->co_msgtypes[0].mt_id; in genl_register()