Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_config.h69 char *vip_addr_str; member
H A Dff_config.c377 …ret = rte_strsplit(cur->vip_addr_str, strlen(cur->vip_addr_str), &vip_addr_array[0], VIP_MAX_NUM, … in vip_cfg_handler()
380 cur->vip_addr_str); in vip_cfg_handler()
508 cur->vip_addr_str = strdup(value); in port_cfg_handler()
509 if (cur->vip_addr_str) { in port_cfg_handler()