Home
last modified time | relevance | path

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

123

/external/iptables/include/
Dxtables.h209 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/iproute2/include/
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.h83 extern struct xtables_match *load_proto(struct iptables_command_state *);
86 extern void xs_init_match(struct xtables_match *);
Dxshared.c64 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/
Dxtables.c180 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/
Dlibipt_unclean.c4 static struct xtables_match unclean_mt_reg = {
Dlibip6t_eui64.c4 static struct xtables_match eui64_mt6_reg = {
Dlibxt_comment.c51 static struct xtables_match comment_match = {
Dlibxt_helper.c48 static struct xtables_match helper_match = {
Dlibxt_socket.c55 static struct xtables_match socket_mt_reg[] = {
Dlibxt_cpu.c47 static struct xtables_match cpu_match = {
Dlibxt_quota.c54 static struct xtables_match quota_match = {
Dlibxt_nfacct.c73 static struct xtables_match nfacct_match = {
Dlibxt_mac.c72 static struct xtables_match mac_match = {
Dlibxt_tcpmss.c59 static struct xtables_match tcpmss_match = {
Dlibxt_length.c59 static struct xtables_match length_match = {
Dlibxt_dscp.c94 static struct xtables_match dscp_match = {
Dlibxt_rpfilter.c80 static struct xtables_match rpfilter_match = {
Dlibxt_esp.c82 static struct xtables_match esp_match = {
Dlibxt_osf.c105 static struct xtables_match osf_match = {
Dlibipt_ah.c88 static struct xtables_match ah_mt_reg = {
Dlibxt_pkttype.c118 static struct xtables_match pkttype_match = {
Dlibip6t_hl.c100 static struct xtables_match hl_mt6_reg = {
Dlibipt_realm.c110 static struct xtables_match realm_mt_reg = {
Dlibipt_ttl.c117 static struct xtables_match ttl_mt_reg = {

123