MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / fstack_close

Function fstack_close

io/fstack-dpdk.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290int fstack_close(int fd) {
291 return ff_close(fd);
292}
293
294int fstack_shutdown(int sockfd, int how) {
295 return ff_shutdown(sockfd, how);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected