Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dmngt.c36 static struct genl_cmd *lookup_cmd(struct genl_ops *ops, int cmd_id) in lookup_cmd() function
61 if (!(cmd = lookup_cmd(ops, ghdr->cmd))) in cmd_msg_parser()