Searched refs:extern_func (Results 1 – 2 of 2) sorted by relevance
911 static struct extern_func *914 struct extern_func *elem; in extern_func_find()923 static struct extern_func *936 struct extern_func **function) in extern_func_mailbox_field_parse()938 struct extern_func *func; in extern_func_mailbox_field_parse()983 struct extern_func *f; in rte_swx_pipeline_extern_func_register()999 f = calloc(1, sizeof(struct extern_func)); in rte_swx_pipeline_extern_func_register()1024 struct extern_func *func; in extern_func_build()1079 struct extern_func *elem; in extern_func_free()1528 struct extern_func *func; in struct_field_parse()[all …]
159 struct extern_func { struct160 TAILQ_ENTRY(extern_func) node;168 TAILQ_HEAD(extern_func_tailq, extern_func); argument