Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c661 send_msg(const char *dst_path, struct rte_mp_msg *msg, int type) in send_msg() argument
677 strlcpy(dst.sun_path, dst_path, sizeof(dst.sun_path)); in send_msg()
707 unlink(dst_path); in send_msg()
711 dst_path, strerror(errno)); in send_msg()