HomeSort by relevance Sort by last modified time
    Searched refs:xt_entry_target (Results 51 - 75 of 191) sorted by null

1 23 4 5 6 7 8

  /external/iptables/extensions/
libxt_RATEEST.c 87 const void *entry, struct xt_entry_target **target)
166 __RATEEST_print(const struct xt_entry_target *target, const char *prefix)
183 RATEEST_print(const void *ip, const struct xt_entry_target *target,
190 RATEEST_save(const void *ip, const struct xt_entry_target *target)
libxt_CONNSECMARK.c 74 CONNSECMARK_print(const void *ip, const struct xt_entry_target *target,
85 CONNSECMARK_save(const void *ip, const struct xt_entry_target *target)
libxt_DSCP.c 78 static void DSCP_print(const void *ip, const struct xt_entry_target *target,
87 static void DSCP_save(const void *ip, const struct xt_entry_target *target)
libxt_MARK.c 168 const struct xt_entry_target *target, int numeric)
176 static void MARK_save_v0(const void *ip, const struct xt_entry_target *target)
185 static void MARK_print_v1(const void *ip, const struct xt_entry_target *target,
205 static void mark_tg_print(const void *ip, const struct xt_entry_target *target,
222 static void MARK_save_v1(const void *ip, const struct xt_entry_target *target)
241 static void mark_tg_save(const void *ip, const struct xt_entry_target *target)
libxt_TPROXY.c 50 static void tproxy_tg_print(const void *ip, const struct xt_entry_target *target,
61 tproxy_tg_print4(const void *ip, const struct xt_entry_target *target,
74 tproxy_tg_print6(const void *ip, const struct xt_entry_target *target,
86 static void tproxy_tg_save(const void *ip, const struct xt_entry_target *target)
98 tproxy_tg_save4(const void *ip, const struct xt_entry_target *target)
110 tproxy_tg_save6(const void *ip, const struct xt_entry_target *target)
libip6t_LOG.c 53 static void LOG_init(struct xt_entry_target *t)
107 static void LOG_print(const void *ip, const struct xt_entry_target *target,
144 static void LOG_save(const void *ip, const struct xt_entry_target *target)
libipt_LOG.c 53 static void LOG_init(struct xt_entry_target *t)
107 static void LOG_print(const void *ip, const struct xt_entry_target *target,
144 static void LOG_save(const void *ip, const struct xt_entry_target *target)
libipt_MASQUERADE.c 32 static void MASQUERADE_init(struct xt_entry_target *t)
104 MASQUERADE_print(const void *ip, const struct xt_entry_target *target,
122 MASQUERADE_save(const void *ip, const struct xt_entry_target *target)
libipt_REDIRECT.c 31 static void REDIRECT_init(struct xt_entry_target *t)
107 static void REDIRECT_print(const void *ip, const struct xt_entry_target *target,
123 static void REDIRECT_save(const void *ip, const struct xt_entry_target *target)
libxt_CONNMARK.c 125 static void connmark_tg_init(struct xt_entry_target *target)
224 const struct xt_entry_target *target, int numeric)
249 connmark_tg_print(const void *ip, const struct xt_entry_target *target,
294 static void CONNMARK_save(const void *ip, const struct xt_entry_target *target)
319 static void CONNMARK_init(struct xt_entry_target *t)
328 connmark_tg_save(const void *ip, const struct xt_entry_target *target)
libip6t_HL.c 69 static void HL_save(const void *ip, const struct xt_entry_target *target)
89 static void HL_print(const void *ip, const struct xt_entry_target *target,
libipt_TTL.c 68 static void TTL_save(const void *ip, const struct xt_entry_target *target)
88 static void TTL_print(const void *ip, const struct xt_entry_target *target,
libxt_LED.c 71 static void LED_print(const void *ip, const struct xt_entry_target *target,
95 static void LED_save(const void *ip, const struct xt_entry_target *target)
libxt_TCPOPTSTRIP.c 131 tcpoptstrip_tg_print(const void *ip, const struct xt_entry_target *target,
142 tcpoptstrip_tg_save(const void *ip, const struct xt_entry_target *target)
libipt_DNAT.c 25 struct xt_entry_target t;
66 static struct xt_entry_target *
212 static void DNAT_print(const void *ip, const struct xt_entry_target *target,
228 static void DNAT_save(const void *ip, const struct xt_entry_target *target)
libipt_SNAT.c 25 struct xt_entry_target t;
66 static struct xt_entry_target *
212 static void SNAT_print(const void *ip, const struct xt_entry_target *target,
228 static void SNAT_save(const void *ip, const struct xt_entry_target *target)
libxt_TOS.c 139 const struct xt_entry_target *target, int numeric)
148 static void tos_tg_print(const void *ip, const struct xt_entry_target *target,
172 static void tos_tg_save_v0(const void *ip, const struct xt_entry_target *target)
179 static void tos_tg_save(const void *ip, const struct xt_entry_target *target)
libipt_CLUSTERIP.c 142 const struct xt_entry_target *target, int numeric)
160 static void CLUSTERIP_save(const void *ip, const struct xt_entry_target *target)
libipt_ECN.c 82 static void ECN_print(const void *ip, const struct xt_entry_target *target,
106 static void ECN_save(const void *ip, const struct xt_entry_target *target)
libipt_SAME.c 103 static void SAME_print(const void *ip, const struct xt_entry_target *target,
134 static void SAME_save(const void *ip, const struct xt_entry_target *target)
libxt_CT.c 117 static void ct_print(const void *ip, const struct xt_entry_target *target, int numeric)
137 static void ct_save(const void *ip, const struct xt_entry_target *target)
  /external/iptables/include/
xtables.h 174 struct xt_entry_target **target;
293 void (*init)(struct xt_entry_target *t);
300 struct xt_entry_target **targetinfo);
307 const struct xt_entry_target *target, int numeric);
311 const struct xt_entry_target *target);
323 struct xt_entry_target *t;
  /external/iproute2/include/linux/netfilter/
x_tables.h 33 struct xt_entry_target { struct
65 struct xt_entry_target target;
  /external/iptables/include/linux/netfilter/
x_tables.h 33 struct xt_entry_target { struct
65 struct xt_entry_target target;
  /external/iproute2/tc/
m_xt.c 81 build_st(struct xtables_target *target, struct xt_entry_target *t)
85 XT_ALIGN(sizeof (struct xt_entry_target)) + target->size;
270 struct xt_entry_target *t = NULL;

Completed in 3416 milliseconds

1 23 4 5 6 7 8