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

1 2 3

  /external/iptables/extensions/
libxt_TRACE.c 10 static int trace_xlate(struct xt_xlate *xl,
libxt_dscp.c 94 static int __dscp_xlate(struct xt_xlate *xl,
106 static int dscp_xlate(struct xt_xlate *xl,
114 static int dscp_xlate6(struct xt_xlate *xl,
libxt_mac.c 74 struct xt_xlate *xl)
83 static int mac_xlate(struct xt_xlate *xl,
libxt_connmark.c 127 struct xt_xlate *xl, uint32_t op)
137 static int connmark_xlate(struct xt_xlate *xl,
153 connmark_mt_xlate(struct xt_xlate *xl,
libxt_mark.c 106 print_mark_xlate(struct xt_xlate *xl, unsigned int mark,
117 static int mark_mt_xlate(struct xt_xlate *xl,
132 static int mark_xlate(struct xt_xlate *xl,
libxt_DSCP.c 96 static int DSCP_xlate(struct xt_xlate *xl,
106 static int DSCP_xlate6(struct xt_xlate *xl,
libxt_comment.c 51 static int comment_xlate(struct xt_xlate *xl,
libxt_cpu.c 47 static int cpu_xlate(struct xt_xlate *xl,
libxt_helper.c 48 static int helper_xlate(struct xt_xlate *xl,
libxt_quota.c 54 static int quota_xlate(struct xt_xlate *xl,
libipt_realm.c 113 int numeric, struct xt_xlate *xl, uint32_t op)
132 static int realm_xlate(struct xt_xlate *xl,
libxt_NFLOG.c 110 struct xt_xlate *xl, bool escape_quotes)
127 static int NFLOG_xlate(struct xt_xlate *xl,
libxt_TEE.c 95 static int tee_tg_xlate(struct xt_xlate *xl,
112 static int tee_tg6_xlate(struct xt_xlate *xl,
libxt_cgroup.c 124 static int cgroup_xlate_v0(struct xt_xlate *xl,
134 static int cgroup_xlate_v1(struct xt_xlate *xl,
libxt_limit.c 162 static void print_rate_xlate(uint32_t period, struct xt_xlate *xl)
180 static int limit_xlate(struct xt_xlate *xl,
libxt_pkttype.c 130 struct xt_xlate *xl)
143 static int pkttype_xlate(struct xt_xlate *xl,
libxt_NFQUEUE.c 273 static int NFQUEUE_xlate(struct xt_xlate *xl,
284 static int NFQUEUE_xlate_v1(struct xt_xlate *xl,
300 static int NFQUEUE_xlate_v2(struct xt_xlate *xl,
318 static int NFQUEUE_xlate_v3(struct xt_xlate *xl,
libxt_length.c 59 static int length_xlate(struct xt_xlate *xl,
libxt_devgroup.c 156 struct xt_xlate *xl, int numeric)
176 struct xt_xlate *xl, int numeric)
199 static int devgroup_xlate(struct xt_xlate *xl,
libxt_multiport.c 469 static int __multiport_xlate(struct xt_xlate *xl,
499 static int multiport_xlate(struct xt_xlate *xl,
508 static int multiport_xlate6(struct xt_xlate *xl,
517 static int __multiport_xlate_v1(struct xt_xlate *xl,
555 static int multiport_xlate_v1(struct xt_xlate *xl,
564 static int multiport_xlate6_v1(struct xt_xlate *xl,
libip6t_hl.c 93 static int hl_xlate(struct xt_xlate *xl,
libipt_ah.c 95 static int ah_xlate(struct xt_xlate *xl,
libipt_ttl.c 103 static int ttl_xlate(struct xt_xlate *xl,
  /external/iptables/include/
xtables.h 208 struct xt_xlate;
288 int (*xlate)(struct xt_xlate *xl,
368 int (*xlate)(struct xt_xlate *xl,
585 struct xt_xlate *xt_xlate_alloc(int size);
586 void xt_xlate_free(struct xt_xlate *xl);
587 void xt_xlate_add(struct xt_xlate *xl, const char *fmt, ...);
588 void xt_xlate_add_comment(struct xt_xlate *xl, const char *comment);
589 const char *xt_xlate_get_comment(struct xt_xlate *xl);
590 const char *xt_xlate_get(struct xt_xlate *xl);
  /external/iptables/iptables/
nft.h 164 int xlate_matches(const struct iptables_command_state *cs, struct xt_xlate *xl);
166 struct xt_xlate *xl);
167 void xlate_ifname(struct xt_xlate *xl, const char *nftmeta, const char *ifname,

Completed in 85 milliseconds

1 2 3