Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_proc.c676 send_msg(const char *dst_path, struct rte_mp_msg *msg, int type) in send_msg() argument
692 strlcpy(dst.sun_path, dst_path, sizeof(dst.sun_path)); in send_msg()
722 unlink(dst_path); in send_msg()
726 dst_path, strerror(errno)); in send_msg()