Lines Matching refs:xtables_target
202 struct xtables_target *xtables_pending_targets;
206 struct xtables_target *xtables_targets;
211 static bool xtables_fully_register_pending_target(struct xtables_target *me,
212 struct xtables_target *prev);
788 struct xtables_target *
791 struct xtables_target *prev = NULL; in xtables_find_target()
792 struct xtables_target **dptr; in xtables_find_target()
793 struct xtables_target *ptr; in xtables_find_target()
822 struct xtables_target *clone; in xtables_find_target()
829 clone = xtables_malloc(sizeof(struct xtables_target)); in xtables_find_target()
830 memcpy(clone, ptr, sizeof(struct xtables_target)); in xtables_find_target()
871 struct xtables_target *
873 struct xtables_target *target, int revision) in xtables_find_target_revision()
1104 static int xtables_target_prefer(const struct xtables_target *a, in xtables_target_prefer()
1105 const struct xtables_target *b) in xtables_target_prefer()
1155 void xtables_register_target(struct xtables_target *me) in xtables_register_target()
1157 struct xtables_target **pos; in xtables_register_target()
1244 static bool xtables_fully_register_pending_target(struct xtables_target *me, in xtables_fully_register_pending_target()
1245 struct xtables_target *prev) in xtables_fully_register_pending_target()
1247 struct xtables_target **i; in xtables_fully_register_pending_target()
1276 void xtables_register_targets(struct xtables_target *target, unsigned int n) in xtables_register_targets()