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

Function new_fstack_dpdk_socket_server

net/kernel_socket.cpp:1044–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042 return new FstackDpdkSocketClient();
1043}
1044extern "C" ISocketServer* new_fstack_dpdk_socket_server() {
1045 return NewObj<FstackDpdkSocketServer>()->init();
1046}
1047#endif // ENABLE_FSTACK_DPDK
1048#endif // __linux__
1049

Callers 1

mainFunction · 0.85

Calls 1

initMethod · 0.45

Tested by

no test coverage detected