Searched refs:mf_val (Results 1 – 1 of 1) sorted by relevance
2682 char *mf_val = tokens[1 + i], *mf_mask = NULL; in rte_swx_ctl_pipeline_table_entry_read() local2689 mf_mask = strchr(mf_val, '/'); in rte_swx_ctl_pipeline_table_entry_read()2727 val = strtoull(mf_val, &mf_val, 0); in rte_swx_ctl_pipeline_table_entry_read()2728 if (mf_val[0]) in rte_swx_ctl_pipeline_table_entry_read()