Searched refs:nl_cli_exp_parse_helper_name (Results 1 – 5 of 5) sorted by relevance
25 extern void nl_cli_exp_parse_helper_name(struct nfnl_exp *, char *);
125 case ARG_HELPER_NAME: nl_cli_exp_parse_helper_name(exp, optarg); break; in main()
148 case ARG_HELPER_NAME: nl_cli_exp_parse_helper_name(exp, optarg); break; in main()
170 case ARG_HELPER_NAME: nl_cli_exp_parse_helper_name(exp, optarg); break; in main()
63 void nl_cli_exp_parse_helper_name(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_helper_name() function