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

1 2 3 4

  /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,
xtables.h 209 struct xtables_match struct
217 struct xtables_match *next;
362 struct xtables_match *match;
414 extern struct xtables_match *xtables_matches;
432 extern struct xtables_match *xtables_find_match(const char *name,
442 extern void xtables_register_match(struct xtables_match *me);
443 extern void xtables_register_matches(struct xtables_match *, unsigned int);
540 struct xtables_match *, void *);
542 extern void xtables_option_mfcall(struct xtables_match *);
  /external/iptables/extensions/
libip6t_eui64.c 4 static struct xtables_match eui64_mt6_reg = {
libxt_comment.c 71 static struct xtables_match comment_match = {
libxt_cpu.c 57 static struct xtables_match cpu_match = {
libxt_helper.c 63 static struct xtables_match helper_match = {
libxt_nfacct.c 73 static struct xtables_match nfacct_match = {
libxt_quota.c 65 static struct xtables_match quota_match = {
libxt_tcpmss.c 59 static struct xtables_match tcpmss_match = {
libebt_mark_m.c 100 static struct xtables_match brmark_m_match = {
libxt_length.c 74 static struct xtables_match length_match = {
libxt_mac.c 94 static struct xtables_match mac_match = {
libxt_osf.c 105 static struct xtables_match osf_match = {
libxt_rpfilter.c 80 static struct xtables_match rpfilter_match = {
libebt_802_3.c 114 static struct xtables_match br802_3_match =
libip6t_hl.c 118 static struct xtables_match hl_mt6_reg = {
libipt_ah.c 113 static struct xtables_match ah_mt_reg = {
libipt_ttl.c 146 static struct xtables_match ttl_mt_reg = {
libxt_cluster.c 129 static struct xtables_match cluster_mt_reg = {
libxt_dscp.c 122 static struct xtables_match dscp_mt_reg[] = {
libxt_ecn.c 151 static struct xtables_match ecn_mt_reg = {
libxt_esp.c 107 static struct xtables_match esp_match = {
  /external/iptables/iptables/
xshared.h 86 extern struct xtables_match *load_proto(struct iptables_command_state *);
89 extern void xs_init_match(struct xtables_match *);
xshared.c 67 static struct xtables_match *
108 struct xtables_match *load_proto(struct iptables_command_state *cs)
120 struct xtables_match *m;
231 void xs_init_match(struct xtables_match *match)
  /external/iptables/include/
xtables.h 225 struct xtables_match { struct
232 struct xtables_match *next;
384 struct xtables_match *match;
447 extern struct xtables_match *xtables_matches;
465 extern struct xtables_match *xtables_find_match(const char *name,
475 extern void xtables_register_match(struct xtables_match *me);
476 extern void xtables_register_matches(struct xtables_match *, unsigned int);
573 struct xtables_match *, void *);
575 extern void xtables_option_mfcall(struct xtables_match *);

Completed in 131 milliseconds

1 2 3 4