/external/iptables/include/ |
D | xtables.h | 302 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/ |
D | xtables.h | 283 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 *);
|
D | xt-internal.h | 58 extern struct xtables_target *xtables_targets; 62 extern struct xtables_target *find_target(const char *name, enum xt_tryload);
|
/external/iptables/iptables/ |
D | xshared.h | 69 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 *);
|
D | nft-shared.h | 108 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);
|
D | xtables-eb.c | 241 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/ |
D | m_ipt.c | 53 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()
|
D | m_xt.c | 89 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;
|
D | m_xt_old.c | 172 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/ |
D | xtables.c | 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() [all …]
|
/external/iptables/extensions/ |
D | libxt_standard.c | 12 static struct xtables_target standard_target = {
|
D | libxt_TRACE.c | 17 static struct xtables_target trace_target = {
|
D | libxt_CHECKSUM.c | 61 static struct xtables_target checksum_tg_reg = {
|
D | libxt_SECMARK.c | 71 static struct xtables_target secmark_target = {
|
D | libebt_arpreply.c | 85 static struct xtables_target arpreply_target = {
|
D | libxt_AUDIT.c | 95 static struct xtables_target audit_tg_reg = {
|
D | libebt_redirect.c | 92 static struct xtables_target brredirect_target = {
|
D | libxt_CONNSECMARK.c | 94 static struct xtables_target connsecmark_target = {
|
D | libip6t_SNPT.c | 78 static struct xtables_target snpt_tg_reg = {
|
D | libebt_dnat.c | 110 static struct xtables_target brdnat_target =
|
D | libip6t_DNPT.c | 78 static struct xtables_target snpt_tg_reg = {
|
D | libip6t_NETMAP.c | 84 static struct xtables_target netmap_tg_reg = {
|
D | libipt_NETMAP.c | 96 static struct xtables_target netmap_tg_reg = {
|
D | libxt_LED.c | 121 static struct xtables_target led_tg_reg = {
|
D | libipt_TTL.c | 109 static struct xtables_target ttl_tg_reg = {
|