Home
last modified time | relevance | path

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

123

/external/iptables/iptables/
Dxshared.h30 struct xtables_target;
61 struct xtables_target *target;
81 extern void print_extension_helps(const struct xtables_target *,
88 extern void xs_init_target(struct xtables_target *);
Dnft-shared.h102 void (*parse_target)(struct xtables_target *t, void *data);
164 struct xtables_target *target,
175 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);
Dnft-bridge.h101 struct xtables_target *watcher;
108 struct xtables_target *target;
Dnft-arp.h9 struct xtables_target *target;
Dxtables-eb.c324 static void ebt_list_extensions(const struct xtables_target *t, in ebt_list_extensions()
383 static struct xtables_target *command_jump(struct ebtables_command_state *cs, in command_jump()
386 struct xtables_target *target; in command_jump()
413 static void print_help(const struct xtables_target *t, in print_help()
626 struct xtables_target *watcher; in ebt_load_watcher()
699 static void ebt_add_watcher(struct xtables_target *watcher, in ebt_add_watcher()
736 struct xtables_target *t, *w; in do_commandeb()
Dxshared.c26 void print_extension_helps(const struct xtables_target *t, in print_extension_helps()
219 void xs_init_target(struct xtables_target *target) in xs_init_target()
Dnft-shared.c295 struct xtables_target *target; in nft_parse_target()
732 struct xtables_target *target, in save_matches_and_target()
836 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2) in compare_targets()
/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/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/include/
Dxtables.h302 struct xtables_target { struct
309 struct xtables_target *next; argument
448 extern struct xtables_target *xtables_targets;
467 extern struct xtables_target *xtables_find_target(const char *name,
477 extern void xtables_register_target(struct xtables_target *me);
478 extern void xtables_register_targets(struct xtables_target *, unsigned int);
571 struct xtables_target *, void *);
574 extern void xtables_option_tfcall(struct xtables_target *);
/external/iptables/libxtables/
Dxtables.c194 struct xtables_target *xtables_pending_targets;
198 struct xtables_target *xtables_targets;
202 static void xtables_fully_register_pending_target(struct xtables_target *me);
712 struct xtables_target *
715 struct xtables_target **dptr; in xtables_find_target()
716 struct xtables_target *ptr; in xtables_find_target()
936 static int xtables_target_prefer(const struct xtables_target *a, in xtables_target_prefer()
937 const struct xtables_target *b) in xtables_target_prefer()
1005 void xtables_register_target(struct xtables_target *me) in xtables_register_target()
1047 static void xtables_fully_register_pending_target(struct xtables_target *me) in xtables_fully_register_pending_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 = {
Dlibxt_IDLETIMER.c79 static struct xtables_target idletimer_tg_reg = {
Dlibxt_AUDIT.c85 static struct xtables_target audit_tg_reg = {
Dlibxt_CONNSECMARK.c94 static struct xtables_target connsecmark_target = {
Dlibip6t_NETMAP.c84 static struct xtables_target netmap_tg_reg = {
Dlibip6t_SNPT.c78 static struct xtables_target snpt_tg_reg = {
Dlibip6t_DNPT.c78 static struct xtables_target snpt_tg_reg = {
Dlibxt_LED.c122 static struct xtables_target led_tg_reg = {

123