Searched refs:xtables_match (Results 1 – 25 of 87) sorted by relevance
1234
/external/iptables/include/ |
D | xtables.h | 225 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/ |
D | xtables.h | 209 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 *);
|
D | 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/iptables/ |
D | xshared.h | 95 struct xtables_match *match; 158 extern struct xtables_match *load_proto(struct iptables_command_state *); 161 extern void xs_init_match(struct xtables_match *);
|
D | xshared.c | 68 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()
|
D | xtables-eb.c | 475 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/ |
D | xtables.c | 201 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/ |
D | libip6t_eui64.c | 4 static struct xtables_match eui64_mt6_reg = {
|
D | libxt_cpu.c | 57 static struct xtables_match cpu_match = {
|
D | libxt_comment.c | 70 static struct xtables_match comment_match = {
|
D | libxt_quota.c | 64 static struct xtables_match quota_match = {
|
D | libxt_helper.c | 63 static struct xtables_match helper_match = {
|
D | libxt_tcpmss.c | 63 static struct xtables_match tcpmss_match = {
|
D | libxt_nfacct.c | 73 static struct xtables_match nfacct_matches[] = {
|
D | libebt_pkttype.c | 103 static struct xtables_match brpkttype_match = {
|
D | libxt_mac.c | 85 static struct xtables_match mac_match = {
|
D | libxt_length.c | 74 static struct xtables_match length_match = {
|
D | libxt_osf.c | 105 static struct xtables_match osf_match = {
|
D | libebt_802_3.c | 114 static struct xtables_match br802_3_match =
|
D | libipt_realm.c | 109 static struct xtables_match realm_mt_reg = {
|
D | libxt_quota2.c | 124 static struct xtables_match quota_mt2_reg = {
|
D | libxt_rpfilter.c | 105 static struct xtables_match rpfilter_match = {
|
D | libxt_ipcomp.c | 115 static struct xtables_match comp_mt_reg = {
|
D | libxt_esp.c | 107 static struct xtables_match esp_match = {
|
D | libipt_ah.c | 113 static struct xtables_match ah_mt_reg = {
|
1234