Lines Matching refs:ematch
37 struct ematch *ematch_root;
45 "Error: Unable to find ematch \"%s\" in %s\n" \
46 "Please assign a unique ID to the ematch kind the suggested " \
71 fprintf(stderr, "ematch map %s corrupted at %s\n",
109 fprintf(stderr, "ematch map %s corrupted at %s\n",
173 static int parse_tree(struct nlmsghdr *n, struct ematch *tree)
176 struct ematch *t;
204 fprintf(stderr, "Unknown ematch \"%s\"\n",
227 static int flatten_tree(struct ematch *head, struct ematch *tree)
230 struct ematch *t;
410 fprintf(fd, "[unknown ematch %d]\n",
476 fprintf(stderr, "Missing ematch tree header\n");
481 fprintf(stderr, "Missing ematch tree list\n");
486 fprintf(stderr, "Ematch tree header size mismatch\n");
547 void print_ematch_tree(const struct ematch *tree)
549 const struct ematch *t;