Searched refs:c_msg_parser (Results 1 – 5 of 5) sorted by relevance
61 if (cmd->c_msg_parser == NULL) in cmd_msg_parser()78 err = cmd->c_msg_parser(cache_ops, cmd, &info, arg); in cmd_msg_parser()
499 .c_msg_parser = ctrl_msg_parser,
99 int (*c_msg_parser)(struct nl_cache_ops *, member
102 cmd->c_msg_parser ? "yes" : "no", in print()
59 .c_msg_parser = &parse_cmd_new,