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

Function handle_route_msg

lib/ff_dpdk_if.c:1775–1785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773}
1774
1775static inline void
1776handle_route_msg(struct ff_msg *msg)
1777{
1778 int ret = ff_rtioctl(msg->route.fib, msg->route.data,
1779 &msg->route.len, msg->route.maxlen);
1780 if (ret < 0) {
1781 msg->result = errno;
1782 } else {
1783 msg->result = 0;
1784 }
1785}
1786
1787static inline void
1788handle_top_msg(struct ff_msg *msg)

Callers 1

handle_msgFunction · 0.85

Calls 1

ff_rtioctlFunction · 0.85

Tested by

no test coverage detected