Home
last modified time | relevance | path

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

1234

/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/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;
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 *);
/external/iptables/iptables/
Dxshared.h86 extern struct xtables_match *load_proto(struct iptables_command_state *);
89 extern void xs_init_match(struct xtables_match *);
Dxshared.c67 static struct xtables_match *
108 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto()
120 struct xtables_match *m; in command_default()
231 void xs_init_match(struct xtables_match *match) in xs_init_match()
Dnft-bridge.h100 struct xtables_match *match;
/external/iptables/libxtables/
Dxtables.c193 struct xtables_match *xtables_pending_matches;
197 struct xtables_match *xtables_matches;
201 static void xtables_fully_register_pending_match(struct xtables_match *me);
616 struct xtables_match *
620 struct xtables_match **dptr; in xtables_find_match()
621 struct xtables_match *ptr; in xtables_find_match()
650 struct xtables_match *clone; in xtables_find_match()
657 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()
658 memcpy(clone, ptr, sizeof(struct xtables_match)); in xtables_find_match()
847 void xtables_register_match(struct xtables_match *me) in xtables_register_match()
[all …]
/external/iptables/extensions/
Dlibip6t_eui64.c4 static struct xtables_match eui64_mt6_reg = {
Dlibxt_nfacct.c73 static struct xtables_match nfacct_match = {
Dlibxt_cpu.c57 static struct xtables_match cpu_match = {
Dlibxt_comment.c71 static struct xtables_match comment_match = {
Dlibxt_helper.c63 static struct xtables_match helper_match = {
Dlibxt_quota.c65 static struct xtables_match quota_match = {
Dlibxt_tcpmss.c59 static struct xtables_match tcpmss_match = {
Dlibxt_mac.c94 static struct xtables_match mac_match = {
Dlibebt_mark_m.c100 static struct xtables_match brmark_m_match = {
Dlibxt_osf.c105 static struct xtables_match osf_match = {
Dlibxt_length.c74 static struct xtables_match length_match = {
Dlibebt_802_3.c114 static struct xtables_match br802_3_match =
Dlibxt_rpfilter.c105 static struct xtables_match rpfilter_match = {
Dlibxt_quota2.c124 static struct xtables_match quota_mt2_reg = {
Dlibipt_ah.c113 static struct xtables_match ah_mt_reg = {
Dlibxt_ipcomp.c115 static struct xtables_match comp_mt_reg = {
Dlibxt_esp.c107 static struct xtables_match esp_match = {
Dlibxt_dscp.c122 static struct xtables_match dscp_mt_reg[] = {

1234