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

1 2 3

  /external/iproute2/include/
xt-internal.h 38 struct xtables_match *match;
57 extern struct xtables_match *xtables_matches;
60 extern struct xtables_match *find_match(const char *name, enum xt_tryload,
  /external/iptables/extensions/
libip6t_eui64.c 4 static struct xtables_match eui64_mt6_reg = {
libipt_unclean.c 4 static struct xtables_match unclean_mt_reg = {
libxt_comment.c 51 static struct xtables_match comment_match = {
libxt_cpu.c 47 static struct xtables_match cpu_match = {
libxt_helper.c 48 static struct xtables_match helper_match = {
libxt_length.c 59 static struct xtables_match length_match = {
libxt_mac.c 72 static struct xtables_match mac_match = {
libxt_quota.c 54 static struct xtables_match quota_match = {
libxt_socket.c 55 static struct xtables_match socket_mt_reg[] = {
libxt_tcpmss.c 59 static struct xtables_match tcpmss_match = {
libipt_ah.c 88 static struct xtables_match ah_mt_reg = {
libxt_dscp.c 93 static struct xtables_match dscp_match = {
libxt_esp.c 82 static struct xtables_match esp_match = {
libxt_osf.c 98 static struct xtables_match osf_match = {
libip6t_ah.c 123 static struct xtables_match ah_mt6_reg = {
libip6t_hl.c 100 static struct xtables_match hl_mt6_reg = {
libipt_ecn.c 120 static struct xtables_match ecn_mt_reg = {
libipt_realm.c 110 static struct xtables_match realm_mt_reg = {
libipt_ttl.c 117 static struct xtables_match ttl_mt_reg = {
libxt_cluster.c 129 static struct xtables_match cluster_mt_reg = {
libxt_connmark.c 125 static struct xtables_match connmark_mt_reg[] = {
  /external/iptables/include/
xtables.h 201 struct xtables_match struct
209 struct xtables_match *next;
331 struct xtables_match *match;
382 extern struct xtables_match *xtables_matches;
400 extern struct xtables_match *xtables_find_match(const char *name,
406 extern void xtables_register_match(struct xtables_match *me);
407 extern void xtables_register_matches(struct xtables_match *, unsigned int);
480 struct xtables_match *, void *);
482 extern void xtables_option_mfcall(struct xtables_match *);
  /external/iptables/iptables/
xshared.h 82 extern struct xtables_match *load_proto(struct iptables_command_state *);
xshared.c 58 static struct xtables_match *
99 struct xtables_match *load_proto(struct iptables_command_state *cs)
111 struct xtables_match *m;

Completed in 497 milliseconds

1 2 3