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

Function cleanup_msg_fds

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

Source from the content-addressed store, hash-verified

322}
323
324static void
325cleanup_msg_fds(const struct rte_mp_msg *msg)
326{
327 int i;
328
329 for (i = 0; i < msg->num_fds; i++)
330 close(msg->fds[i]);
331}
332
333static void
334process_msg(struct mp_msg_internal *m, struct sockaddr_un *s)

Callers 1

process_msgFunction · 0.85

Calls 1

closeFunction · 0.50

Tested by

no test coverage detected