MCPcopy 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
1892static inline void
1893handle_default_msg(struct ff_msg *msg)
1894{
1895 msg->result = ENOTSUP;
1896}
1897
1898static inline void
1899handle_msg(struct ff_msg *msg, uint16_t proc_id)

Callers 1

handle_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected