HomeSort by relevance Sort by last modified time
    Searched refs:xtables_match (Results 1 - 25 of 69) 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_nfacct.c 73 static struct xtables_match nfacct_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 94 static struct xtables_match dscp_match = {
libxt_esp.c 82 static struct xtables_match esp_match = {
libxt_osf.c 105 static struct xtables_match osf_match = {
libxt_rpfilter.c 80 static struct xtables_match rpfilter_match = {
libip6t_ah.c 123 static struct xtables_match ah_mt6_reg = {
libip6t_hl.c 100 static struct xtables_match hl_mt6_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 = {
  /external/iptables/iptables/
xshared.h 83 extern struct xtables_match *load_proto(struct iptables_command_state *);
86 extern void xs_init_match(struct xtables_match *);
xshared.c 64 static struct xtables_match *
105 struct xtables_match *load_proto(struct iptables_command_state *cs)
117 struct xtables_match *m;
228 void xs_init_match(struct xtables_match *match)
  /external/iptables/include/
xtables.h 209 struct xtables_match struct
217 struct xtables_match *next;
362 struct xtables_match *match;
413 extern struct xtables_match *xtables_matches;
431 extern struct xtables_match *xtables_find_match(const char *name,
439 extern void xtables_register_match(struct xtables_match *me);
440 extern void xtables_register_matches(struct xtables_match *, unsigned int);
537 struct xtables_match *, void *);
539 extern void xtables_option_mfcall(struct xtables_match *);

Completed in 418 milliseconds

1 2 3