Home
last modified time | relevance | path

Searched refs:xtables_target (Results 1 – 25 of 72) sorted by relevance

123

/external/iptables/include/
Dxtables.h302 struct xtables_target { struct
309 struct xtables_target *next; argument
448 extern struct xtables_target *xtables_targets;
471 extern struct xtables_target *xtables_find_target(const char *name,
473 struct xtables_target *xtables_find_target_revision(const char *name,
474 enum xtables_tryload tryload, struct xtables_target *target,
484 extern void xtables_register_target(struct xtables_target *me);
485 extern void xtables_register_targets(struct xtables_target *, unsigned int);
618 struct xtables_target *, void *);
621 extern void xtables_option_tfcall(struct xtables_target *);
/external/iproute2/include/
Dxtables.h283 struct xtables_target struct
291 struct xtables_target *next; argument
415 extern struct xtables_target *xtables_targets;
434 extern struct xtables_target *xtables_find_target(const char *name,
444 extern void xtables_register_target(struct xtables_target *me);
445 extern void xtables_register_targets(struct xtables_target *, unsigned int);
538 struct xtables_target *, void *);
541 extern void xtables_option_tfcall(struct xtables_target *);
Dxt-internal.h58 extern struct xtables_target *xtables_targets;
62 extern struct xtables_target *find_target(const char *name, enum xt_tryload);
/external/iptables/iptables/
Dxshared.h69 struct xtables_target;
96 struct xtables_target *watcher;
133 struct xtables_target *target;
153 extern void print_extension_helps(const struct xtables_target *,
160 extern void xs_init_target(struct xtables_target *);
Dnft-shared.h108 void (*parse_target)(struct xtables_target *t, void *data);
170 void nft_ipv46_parse_target(struct xtables_target *t, void *data);
173 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);
Dxtables-eb.c241 static void ebt_list_extensions(const struct xtables_target *t, in ebt_list_extensions()
297 static void print_help(const struct xtables_target *t, in print_help()
498 struct xtables_target *watcher; in __ebt_load_watcher()
594 void ebt_add_watcher(struct xtables_target *watcher, in ebt_add_watcher()
598 struct xtables_target *clone; in ebt_add_watcher()
600 clone = xtables_malloc(sizeof(struct xtables_target)); in ebt_add_watcher()
601 memcpy(clone, watcher, sizeof(struct xtables_target)); in ebt_add_watcher()
627 struct xtables_target *t = cs->target; in ebt_command_default()
707 struct xtables_target *target; in nft_fini_eb()
732 struct xtables_target *t; in do_commandeb()
/external/iproute2/tc/
Dm_ipt.c53 static struct xtables_target *t_list;
61 xtables_register_target(struct xtables_target *me) in xtables_register_target()
141 static struct xtables_target *
144 struct xtables_target *m; in find_t()
154 static struct xtables_target *
160 struct xtables_target *m; in get_target_name()
222 m = (struct xtables_target *) dlsym(handle, lname); in get_target_name()
255 static int build_st(struct xtables_target *target, struct ipt_entry_target *t) in build_st()
283 struct xtables_target *m = NULL; in parse_ipt()
466 struct xtables_target *m = NULL; in print_ipt()
Dm_xt.c89 build_st(struct xtables_target *target, struct xt_entry_target *t) in build_st()
126 struct xtables_target *m) in get_xtables_target_opts()
149 struct xtables_target *m = NULL;
319 struct xtables_target *m;
Dm_xt_old.c172 build_st(struct xtables_target *target, struct xt_entry_target *t) in build_st()
210 struct xtables_target *m = NULL; in parse_ipt()
389 struct xtables_target *m = NULL; in print_ipt()
/external/iptables/libxtables/
Dxtables.c202 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()
[all …]
/external/iptables/extensions/
Dlibxt_standard.c12 static struct xtables_target standard_target = {
Dlibxt_TRACE.c17 static struct xtables_target trace_target = {
Dlibxt_CHECKSUM.c61 static struct xtables_target checksum_tg_reg = {
Dlibxt_SECMARK.c71 static struct xtables_target secmark_target = {
Dlibebt_arpreply.c85 static struct xtables_target arpreply_target = {
Dlibxt_AUDIT.c95 static struct xtables_target audit_tg_reg = {
Dlibebt_redirect.c92 static struct xtables_target brredirect_target = {
Dlibxt_CONNSECMARK.c94 static struct xtables_target connsecmark_target = {
Dlibip6t_SNPT.c78 static struct xtables_target snpt_tg_reg = {
Dlibebt_dnat.c110 static struct xtables_target brdnat_target =
Dlibip6t_DNPT.c78 static struct xtables_target snpt_tg_reg = {
Dlibip6t_NETMAP.c84 static struct xtables_target netmap_tg_reg = {
Dlibipt_NETMAP.c96 static struct xtables_target netmap_tg_reg = {
Dlibxt_LED.c121 static struct xtables_target led_tg_reg = {
Dlibipt_TTL.c109 static struct xtables_target ttl_tg_reg = {

123