Home
last modified time | relevance | path

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

123

/external/iptables/iptables/
Dxshared.h29 struct xtables_target;
60 struct xtables_target *target;
78 extern void print_extension_helps(const struct xtables_target *,
85 extern void xs_init_target(struct xtables_target *);
Dxshared.c23 void print_extension_helps(const struct xtables_target *t, in print_extension_helps()
216 void xs_init_target(struct xtables_target *target) in xs_init_target()
/external/iptables/include/
Dxtables.h283 struct xtables_target struct
291 struct xtables_target *next; argument
414 extern struct xtables_target *xtables_targets;
433 extern struct xtables_target *xtables_find_target(const char *name,
441 extern void xtables_register_target(struct xtables_target *me);
442 extern void xtables_register_targets(struct xtables_target *, unsigned int);
535 struct xtables_target *, void *);
538 extern void xtables_option_tfcall(struct xtables_target *);
/external/iproute2/include/
Dxt-internal.h58 extern struct xtables_target *xtables_targets;
62 extern struct xtables_target *find_target(const char *name, enum xt_tryload);
/external/iptables/libxtables/
Dxtables.c181 struct xtables_target *xtables_pending_targets;
185 struct xtables_target *xtables_targets;
189 static void xtables_fully_register_pending_target(struct xtables_target *me);
688 struct xtables_target *
691 struct xtables_target **dptr; in xtables_find_target()
692 struct xtables_target *ptr; in xtables_find_target()
912 static int xtables_target_prefer(const struct xtables_target *a, in xtables_target_prefer()
913 const struct xtables_target *b) in xtables_target_prefer()
981 void xtables_register_target(struct xtables_target *me) in xtables_register_target()
1023 static void xtables_fully_register_pending_target(struct xtables_target *me) in xtables_fully_register_pending_target()
[all …]
/external/iptables/extensions/
Dlibxt_TRACE.c10 static struct xtables_target trace_target = {
Dlibipt_MIRROR.c4 static struct xtables_target mirror_tg_reg = {
Dlibxt_standard.c12 static struct xtables_target standard_target = {
Dlibxt_CHECKSUM.c61 static struct xtables_target checksum_tg_reg = {
Dlibxt_SECMARK.c71 static struct xtables_target secmark_target = {
Dlibxt_AUDIT.c85 static struct xtables_target audit_tg_reg = {
Dlibxt_IDLETIMER.c79 static struct xtables_target idletimer_tg_reg = {
Dlibxt_CLASSIFY.c76 static struct xtables_target classify_target = {
Dlibxt_DSCP.c95 static struct xtables_target dscp_target = {
Dlibxt_CONNSECMARK.c94 static struct xtables_target connsecmark_target = {
Dlibip6t_NETMAP.c77 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_NFLOG.c89 static struct xtables_target nflog_target = {
Dlibipt_NETMAP.c89 static struct xtables_target netmap_tg_reg = {
Dlibxt_LED.c122 static struct xtables_target led_tg_reg = {
Dlibip6t_HL.c110 static struct xtables_target hl_tg6_reg = {
Dlibipt_TTL.c109 static struct xtables_target ttl_tg_reg = {
/external/iproute2/tc/
Dm_xt.c80 build_st(struct xtables_target *target, struct xt_entry_target *t) in build_st()
118 struct xtables_target *m = NULL; in parse_ipt()
303 struct xtables_target *m = NULL; in print_ipt()
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()
386 struct xtables_target *m = NULL; in print_ipt()

123