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

1 2

  /external/iptables/extensions/
libipt_MIRROR.c 4 static struct xtables_target mirror_tg_reg = {
libxt_NOTRACK.c 4 static struct xtables_target notrack_target = {
libxt_TRACE.c 10 static struct xtables_target trace_target = {
libxt_standard.c 12 static struct xtables_target standard_target = {
libxt_TCPMSS.c 94 static struct xtables_target tcpmss_target = {
108 static struct xtables_target tcpmss_target6 = {
libxt_TEE.c 95 static struct xtables_target tee_tg_reg = {
109 static struct xtables_target tee_tg6_reg = {
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 72 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 = {
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 111 static struct xtables_target ulog_tg_reg = {
libxt_LED.c 120 static struct xtables_target led_tg_reg = {
  /external/iptables/iptables/
xshared.h 28 struct xtables_target;
59 struct xtables_target *target;
77 extern void print_extension_helps(const struct xtables_target *,
  /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/include/
xtables.h 264 struct xtables_target struct
272 struct xtables_target *next;
383 extern struct xtables_target *xtables_targets;
402 extern struct xtables_target *xtables_find_target(const char *name,
408 extern void xtables_register_target(struct xtables_target *me);
409 extern void xtables_register_targets(struct xtables_target *, unsigned int);
478 struct xtables_target *, void *);
481 extern void xtables_option_tfcall(struct xtables_target *);
  /external/iproute2/tc/
m_xt.c 81 build_st(struct xtables_target *target, struct xt_entry_target *t)
119 struct xtables_target *m = NULL;
300 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;
388 struct xtables_target *m = NULL;

Completed in 1365 milliseconds

1 2