Home
last modified time | relevance | path

Searched refs:xtables_match (Results 1 – 25 of 87) sorted by relevance

1234

/external/iptables/include/
Dxtables.h225 struct xtables_match { struct
232 struct xtables_match *next; argument
384 struct xtables_match *match;
447 extern struct xtables_match *xtables_matches;
466 extern struct xtables_match *xtables_find_match(const char *name,
468 extern struct xtables_match *xtables_find_match_revision(const char *name,
469 enum xtables_tryload tryload, struct xtables_match *match,
482 extern void xtables_register_match(struct xtables_match *me);
483 extern void xtables_register_matches(struct xtables_match *, unsigned int);
620 struct xtables_match *, void *);
[all …]
/external/iproute2/include/
Dxtables.h209 struct xtables_match struct
217 struct xtables_match *next; argument
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 *);
Dxt-internal.h38 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/iptables/
Dxshared.h95 struct xtables_match *match;
158 extern struct xtables_match *load_proto(struct iptables_command_state *);
161 extern void xs_init_match(struct xtables_match *);
Dxshared.c68 static struct xtables_match *
109 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto()
121 struct xtables_match *m; in command_default()
231 void xs_init_match(struct xtables_match *match) in xs_init_match()
647 struct xtables_match *m; in command_match()
Dxtables-eb.c475 struct xtables_match *m; in ebt_load_match()
559 void ebt_add_match(struct xtables_match *m, in ebt_add_match()
563 struct xtables_match *newm; in ebt_add_match()
628 struct xtables_match *m; in ebt_command_default()
706 struct xtables_match *match; in nft_fini_eb()
/external/iptables/libxtables/
Dxtables.c201 struct xtables_match *xtables_pending_matches;
205 struct xtables_match *xtables_matches;
209 static bool xtables_fully_register_pending_match(struct xtables_match *me,
210 struct xtables_match *prev);
666 struct xtables_match *
670 struct xtables_match *prev = NULL; in xtables_find_match()
671 struct xtables_match **dptr; in xtables_find_match()
672 struct xtables_match *ptr; in xtables_find_match()
705 struct xtables_match *clone; in xtables_find_match()
712 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()
[all …]
/external/iptables/extensions/
Dlibip6t_eui64.c4 static struct xtables_match eui64_mt6_reg = {
Dlibxt_cpu.c57 static struct xtables_match cpu_match = {
Dlibxt_comment.c70 static struct xtables_match comment_match = {
Dlibxt_quota.c64 static struct xtables_match quota_match = {
Dlibxt_helper.c63 static struct xtables_match helper_match = {
Dlibxt_tcpmss.c63 static struct xtables_match tcpmss_match = {
Dlibxt_nfacct.c73 static struct xtables_match nfacct_matches[] = {
Dlibebt_pkttype.c103 static struct xtables_match brpkttype_match = {
Dlibxt_mac.c85 static struct xtables_match mac_match = {
Dlibxt_length.c74 static struct xtables_match length_match = {
Dlibxt_osf.c105 static struct xtables_match osf_match = {
Dlibebt_802_3.c114 static struct xtables_match br802_3_match =
Dlibipt_realm.c109 static struct xtables_match realm_mt_reg = {
Dlibxt_quota2.c124 static struct xtables_match quota_mt2_reg = {
Dlibxt_rpfilter.c105 static struct xtables_match rpfilter_match = {
Dlibxt_ipcomp.c115 static struct xtables_match comp_mt_reg = {
Dlibxt_esp.c107 static struct xtables_match esp_match = {
Dlibipt_ah.c113 static struct xtables_match ah_mt_reg = {

1234