Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c37 static int mp_fd = -1; variable
284 msglen = recvmsg(mp_fd, &msgh, 0); in read_msg()
548 mp_fd = socket(AF_UNIX, SOCK_DGRAM, 0); in open_socket_fd()
549 if (mp_fd < 0) { in open_socket_fd()
564 close(mp_fd); in open_socket_fd()
569 return mp_fd; in open_socket_fd()
577 if (mp_fd < 0) in close_socket_fd()
580 close(mp_fd); in close_socket_fd()
635 close(mp_fd); in rte_mp_channel_init()
637 mp_fd = -1; in rte_mp_channel_init()
[all …]