Searched refs:extern_func (Results 1 – 2 of 2) sorted by relevance
990 static struct extern_func *993 struct extern_func *elem; in extern_func_find()1002 static struct extern_func *1015 struct extern_func **function) in extern_func_mailbox_field_parse()1017 struct extern_func *func; in extern_func_mailbox_field_parse()1062 struct extern_func *f; in rte_swx_pipeline_extern_func_register()1078 f = calloc(1, sizeof(struct extern_func)); in rte_swx_pipeline_extern_func_register()1103 struct extern_func *func; in extern_func_build()1158 struct extern_func *elem; in extern_func_free()1818 struct extern_func *func; in struct_field_parse()[all …]
171 struct extern_func { struct172 TAILQ_ENTRY(extern_func) node;180 TAILQ_HEAD(extern_func_tailq, extern_func); argument