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

Function table_action_profile_init

dpdk/examples/ip_pipeline/action.c:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151static struct table_action_profile_list table_action_profile_list;
152
153int
154table_action_profile_init(void)
155{
156 TAILQ_INIT(&table_action_profile_list);
157
158 return 0;
159}
160
161struct table_action_profile *
162table_action_profile_find(const char *name)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected