Lines Matching refs:filepath
10174 char filepath[]; member
10212 conf.input.packet = open_file(res->filepath, in cmd_flow_director_filter_parsed()
10278 filepath, NULL);
13668 char filepath[]; member
13679 TOKEN_STRING_INITIALIZER(struct cmd_ddp_add_result, filepath, NULL);
13690 char *filepath; in cmd_ddp_add_parsed() local
13700 filepath = strdup(res->filepath); in cmd_ddp_add_parsed()
13701 if (filepath == NULL) { in cmd_ddp_add_parsed()
13705 file_num = rte_strsplit(filepath, strlen(filepath), file_fld, 2, ','); in cmd_ddp_add_parsed()
13709 free((void *)filepath); in cmd_ddp_add_parsed()
13728 free((void *)filepath); in cmd_ddp_add_parsed()
13749 char filepath[]; member
13759 TOKEN_STRING_INITIALIZER(struct cmd_ddp_del_result, filepath, NULL);
13777 buff = open_file(res->filepath, &size); in cmd_ddp_del_parsed()
13814 char filepath[]; member
13824 TOKEN_STRING_INITIALIZER(struct cmd_ddp_info_result, filepath, NULL);
13853 pkg = open_file(res->filepath, &pkg_size); in cmd_ddp_info_parsed()