Searched refs:xtables_match (Results 1 – 25 of 70) sorted by relevance
123
/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/include/ |
D | xtables.h | 209 struct xtables_match struct 217 struct xtables_match *next; argument 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 *);
|
/external/iptables/iptables/ |
D | xshared.h | 83 extern struct xtables_match *load_proto(struct iptables_command_state *); 86 extern void xs_init_match(struct xtables_match *);
|
D | xshared.c | 64 static struct xtables_match * 105 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto() 117 struct xtables_match *m; in command_default() 228 void xs_init_match(struct xtables_match *match) in xs_init_match()
|
/external/iptables/libxtables/ |
D | xtables.c | 180 struct xtables_match *xtables_pending_matches; 184 struct xtables_match *xtables_matches; 188 static void xtables_fully_register_pending_match(struct xtables_match *me); 593 struct xtables_match * 597 struct xtables_match **dptr; in xtables_find_match() 598 struct xtables_match *ptr; in xtables_find_match() 627 struct xtables_match *clone; in xtables_find_match() 634 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match() 635 memcpy(clone, ptr, sizeof(struct xtables_match)); in xtables_find_match() 823 void xtables_register_match(struct xtables_match *me) in xtables_register_match() [all …]
|
/external/iptables/extensions/ |
D | libipt_unclean.c | 4 static struct xtables_match unclean_mt_reg = {
|
D | libip6t_eui64.c | 4 static struct xtables_match eui64_mt6_reg = {
|
D | libxt_comment.c | 51 static struct xtables_match comment_match = {
|
D | libxt_helper.c | 48 static struct xtables_match helper_match = {
|
D | libxt_cpu.c | 47 static struct xtables_match cpu_match = {
|
D | libxt_quota.c | 54 static struct xtables_match quota_match = {
|
D | libxt_nfacct.c | 73 static struct xtables_match nfacct_match = {
|
D | libxt_mac.c | 72 static struct xtables_match mac_match = {
|
D | libxt_length.c | 59 static struct xtables_match length_match = {
|
D | libxt_tcpmss.c | 59 static struct xtables_match tcpmss_match = {
|
D | libxt_dscp.c | 94 static struct xtables_match dscp_match = {
|
D | libxt_rpfilter.c | 80 static struct xtables_match rpfilter_match = {
|
D | libxt_esp.c | 82 static struct xtables_match esp_match = {
|
D | libxt_osf.c | 105 static struct xtables_match osf_match = {
|
D | libipt_ah.c | 88 static struct xtables_match ah_mt_reg = {
|
D | libxt_pkttype.c | 118 static struct xtables_match pkttype_match = {
|
D | libxt_ecn.c | 121 static struct xtables_match ecn_mt_reg = {
|
D | libipt_realm.c | 110 static struct xtables_match realm_mt_reg = {
|
D | libxt_quota2.c | 124 static struct xtables_match quota_mt2_reg = {
|
123