Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ handle_default_msg
Function
handle_default_msg
lib/ff_dpdk_if.c:1892–1896 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1890
#endif
1891
1892
static inline void
1893
handle_default_msg(struct ff_msg *msg)
1894
{
1895
msg->result = ENOTSUP;
1896
}
1897
1898
static inline void
1899
handle_msg(struct ff_msg *msg, uint16_t proc_id)
Callers
1
handle_msg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected