MCPcopy Create free account
hub / github.com/F-Stack/f-stack / close_socket_fd

Function close_socket_fd

dpdk/lib/eal/common/eal_common_proc.c:595–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595static void
596close_socket_fd(int fd)
597{
598 char path[PATH_MAX];
599
600 close(fd);
601 create_socket_path(peer_name, path, sizeof(path));
602 unlink(path);
603}
604
605int
606rte_mp_channel_init(void)

Callers 1

rte_mp_channel_cleanupFunction · 0.85

Calls 2

create_socket_pathFunction · 0.85
closeFunction · 0.50

Tested by

no test coverage detected