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

1 2 3

  /external/iptables/extensions/
libipt_MIRROR.c 4 static struct xtables_target mirror_tg_reg = {
libxt_TRACE.c 10 static struct xtables_target trace_target = {
libxt_standard.c 12 static struct xtables_target standard_target = {
libxt_AUDIT.c 85 static struct xtables_target audit_tg_reg = {
libxt_CHECKSUM.c 61 static struct xtables_target checksum_tg_reg = {
libxt_CLASSIFY.c 76 static struct xtables_target classify_target = {
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_NETMAP.c 77 static struct xtables_target netmap_tg_reg = {
libip6t_SNPT.c 78 static struct xtables_target snpt_tg_reg = {
libxt_CONNSECMARK.c 94 static struct xtables_target connsecmark_target = {
libxt_DSCP.c 95 static struct xtables_target dscp_target = {
libip6t_HL.c 110 static struct xtables_target hl_tg6_reg = {
libip6t_REJECT.c 123 static struct xtables_target reject_tg6_reg = {
libipt_NETMAP.c 89 static struct xtables_target netmap_tg_reg = {
libipt_REJECT.c 143 static struct xtables_target reject_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_LED.c 122 static struct xtables_target led_tg_reg = {
  /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);
  /external/iptables/iptables/
xshared.h 29 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 *);
  /external/iptables/include/
xtables.h 283 struct xtables_target struct
291 struct xtables_target *next;
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/tc/
m_xt.c 80 build_st(struct xtables_target *target, struct xt_entry_target *t)
118 struct xtables_target *m = NULL;
303 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 5494 milliseconds

1 2 3