HomeSort by relevance Sort by last modified time
    Searched refs:xtables_target (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/iptables/iptables/
nft-arp.h 9 struct xtables_target *target;
xshared.h 30 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 *);
nft-bridge.h 101 struct xtables_target *watcher;
108 struct xtables_target *target;
nft-shared.h 102 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);
  /external/iproute2/include/
xt-internal.h 58 extern struct xtables_target *xtables_targets;
62 extern struct xtables_target *find_target(const char *name, enum xt_tryload);
xtables.h 283 struct xtables_target struct
291 struct xtables_target *next;
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 *);
  /external/iptables/extensions/
libxt_standard.c 12 static struct xtables_target standard_target = {
libxt_TRACE.c 17 static struct xtables_target trace_target = {
libxt_AUDIT.c 85 static struct xtables_target audit_tg_reg = {
libxt_CHECKSUM.c 61 static struct xtables_target checksum_tg_reg = {
libxt_IDLETIMER.c 79 static struct xtables_target idletimer_tg_reg = {
libxt_SECMARK.c 71 static struct xtables_target secmark_target = {
libip6t_DNPT.c 78 static struct xtables_target snpt_tg_reg = {
libip6t_SNPT.c 78 static struct xtables_target snpt_tg_reg = {
libxt_CONNSECMARK.c 94 static struct xtables_target connsecmark_target = {
libebt_nflog.c 127 static struct xtables_target brnflog_watcher = {
libip6t_HL.c 110 static struct xtables_target hl_tg6_reg = {
libip6t_NETMAP.c 84 static struct xtables_target netmap_tg_reg = {
libipt_NETMAP.c 96 static struct xtables_target netmap_tg_reg = {
libipt_TTL.c 109 static struct xtables_target ttl_tg_reg = {
libipt_ULOG.c 112 static struct xtables_target ulog_tg_reg = {
libxt_CLASSIFY.c 108 static struct xtables_target classify_target[] = {
  /external/iptables/include/
xtables.h 302 struct xtables_target { struct
309 struct xtables_target *next;
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/iproute2/tc/
m_xt.c 84 build_st(struct xtables_target *target, struct xt_entry_target *t)
122 struct xtables_target *m = NULL;
329 struct xtables_target *m = NULL;
m_xt_old.c 172 build_st(struct xtables_target *target, struct xt_entry_target *t)
210 struct xtables_target *m = NULL;
386 struct xtables_target *m = NULL;

Completed in 172 milliseconds

1 2 3