Searched refs:tg1 (Results 1 – 3 of 3) sorted by relevance
836 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2) in compare_targets() argument838 if (tg1 == NULL && tg2 == NULL) in compare_targets()841 if ((tg1 == NULL && tg2 != NULL) || (tg1 != NULL && tg2 == NULL)) in compare_targets()844 if (strcmp(tg1->t->u.user.name, tg2->t->u.user.name) != 0) in compare_targets()847 if (memcmp(tg1->t->data, tg2->t->data, tg1->userspacesize) != 0) in compare_targets()
175 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);
29 typedef __fp16 *(*tg1) (void); typedef