Home
last modified time | relevance | path

Searched refs:table_action_profile (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/examples/ip_pipeline/
H A Daction.h59 struct table_action_profile { struct
60 TAILQ_ENTRY(table_action_profile) node;
66 TAILQ_HEAD(table_action_profile_list, table_action_profile); argument
71 struct table_action_profile *
74 struct table_action_profile *
H A Daction.c161 struct table_action_profile *
164 struct table_action_profile *profile; in table_action_profile_find()
176 struct table_action_profile *
180 struct table_action_profile *profile; in table_action_profile_create()
376 profile = calloc(1, sizeof(struct table_action_profile)); in table_action_profile_create()
H A Dpipeline.h158 struct table_action_profile *ap;
H A Dpipeline.c795 struct table_action_profile *ap; in pipeline_table_create()
H A Dthread.c1098 struct table_action_profile *ap; in action_check()
H A Dcli.c1060 struct table_action_profile *ap; in cmd_table_action_profile()