Home
last modified time | relevance | path

Searched refs:xflags (Results 1 – 25 of 52) sorted by relevance

123

/external/iptables/extensions/
Dlibxt_HMARK.c144 unsigned int *xflags) in hmark_parse() argument
148 *xflags |= (1 << O_HMARK_CT); in hmark_parse()
152 *xflags |= (1 << O_HMARK_SADDR_MASK); in hmark_parse()
156 *xflags |= (1 << O_HMARK_DADDR_MASK); in hmark_parse()
161 *xflags |= (1 << O_HMARK_SPORT_MASK); in hmark_parse()
166 *xflags |= (1 << O_HMARK_DPORT_MASK); in hmark_parse()
170 *xflags |= (1 << O_HMARK_PROTO_MASK); in hmark_parse()
174 *xflags |= (1 << O_HMARK_SPI_MASK); in hmark_parse()
190 !hmark_parse(arg, comma-arg, info, &cb->xflags)) in hmark_parse_type()
200 !hmark_parse(arg, strlen(arg), info, &cb->xflags)) in hmark_parse_type()
[all …]
Dlibxt_cluster.c76 if ((cb->xflags & test) == test) { in cluster_check()
86 if ((cb->xflags & test) == test) { in cluster_check()
94 if (!(cb->xflags & (F_CL_LOCAL_NODE | F_CL_LOCAL_NODEMASK))) in cluster_check()
Dlibxt_hashlimit.c537 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_check()
540 if (!(cb->xflags & F_HTABLE_EXPIRE)) in hashlimit_check()
549 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_mt_check_v1()
552 if (!(cb->xflags & F_HTABLE_EXPIRE)) in hashlimit_mt_check_v1()
557 if (cb->xflags & F_BURST) { in hashlimit_mt_check_v1()
566 if (!(cb->xflags & F_HTABLE_EXPIRE)) in hashlimit_mt_check_v1()
579 if (!(cb->xflags & (F_UPTO | F_ABOVE))) in hashlimit_mt_check()
582 if (!(cb->xflags & F_HTABLE_EXPIRE)) in hashlimit_mt_check()
587 if (cb->xflags & F_BURST) { in hashlimit_mt_check()
596 if (!(cb->xflags & F_HTABLE_EXPIRE)) in hashlimit_mt_check()
Dlibipt_SNAT.c172 if (cb->xflags & F_X_TO_SRC) { in SNAT_parse()
180 cb->xflags |= F_X_TO_SRC; in SNAT_parse()
194 if ((cb->xflags & f) == f) in SNAT_fcheck()
196 if ((cb->xflags & r) == r) in SNAT_fcheck()
Dlibip6t_SNAT.c168 if (cb->xflags & F_X_TO_SRC) { in SNAT_parse()
189 if ((cb->xflags & f) == f) in SNAT_fcheck()
191 if ((cb->xflags & r) == r) in SNAT_fcheck()
Dlibip6t_rt.c133 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 || in rt_parse()
140 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 || in rt_parse()
148 if (!(cb->xflags & F_RT0ADDRS)) in rt_parse()
Dlibxt_NFLOG.c70 if (cb->xflags & F_RANGE) in NFLOG_check()
74 if (cb->xflags & F_SIZE) in NFLOG_check()
Dlibipt_DNAT.c169 if (cb->xflags & F_X_TO_DEST) { in DNAT_parse()
177 cb->xflags |= F_X_TO_DEST; in DNAT_parse()
190 if ((cb->xflags & f) == f) in DNAT_fcheck()
Dlibipt_CLUSTERIP.c105 if (cb->xflags == 0) in CLUSTERIP_check()
107 if ((cb->xflags & F_FULL) == F_FULL) in CLUSTERIP_check()
Dlibxt_statistic.c82 !(cb->xflags & F_PROBABILITY)) in statistic_check()
87 !(cb->xflags & (F_EVERY | F_PACKET))) in statistic_check()
Dlibip6t_REDIRECT.c96 if (cb->xflags & F_RANDOM) in REDIRECT_parse()
100 if (cb->xflags & F_TO_PORTS) in REDIRECT_parse()
Dlibipt_REDIRECT.c97 if (cb->xflags & F_RANDOM) in REDIRECT_parse()
101 if (cb->xflags & F_TO_PORTS) in REDIRECT_parse()
Dlibxt_bpf.c210 if (!(cb->xflags & (1 << O_BCODE_STDIN))) in bpf_fcheck()
221 flags = cb->xflags & (bit_bcode | bit_pinned); in bpf_fcheck_v1()
Dlibip6t_DNAT.c165 if (cb->xflags & F_X_TO_DEST) { in DNAT_parse()
185 if ((cb->xflags & f) == f) in DNAT_fcheck()
Dlibxt_MARK.c101 if (cb->xflags == 0) in MARK_check()
156 if (cb->xflags == 0) in mark_tg_check()
Dlibxt_CONNSECMARK.c53 if (cb->xflags == 0) in CONNSECMARK_check()
Dlibip6t_HL.c64 if (!(cb->xflags & F_ANY)) in HL_check()
Dlibipt_TTL.c63 if (!(cb->xflags & F_ANY)) in TTL_check()
Dlibxt_DSCP.c67 if (cb->xflags == 0) in DSCP_check()
Dlibxt_TCPMSS.c67 if (cb->xflags == 0) in TCPMSS_check()
Dlibxt_dscp.c73 if (cb->xflags == 0) in dscp_check()
Dlibip6t_hl.c51 if (!(cb->xflags & F_ANY)) in hl_check()
/external/iptables/libxtables/
Dxtoptions.c849 cb->xflags & eflag) in xtables_option_parse()
871 cb->xflags |= 1 << entry->id; in xtables_option_parse()
952 cb.xflags = t->tflags; in xtables_option_tpcall()
957 t->tflags = cb.xflags; in xtables_option_tpcall()
988 cb.xflags = m->mflags; in xtables_option_mpcall()
993 m->mflags = cb.xflags; in xtables_option_mpcall()
1005 unsigned int xflags) in xtables_option_fcheck2() argument
1009 if (entry->also & of && !(xflags & of)) in xtables_option_fcheck2()
1017 if ((xflags & (ef | of)) != (ef | of)) in xtables_option_fcheck2()
1034 void xtables_options_fcheck(const char *name, unsigned int xflags, in xtables_options_fcheck() argument
[all …]
/external/iproute2/include/
Dxtables.h151 unsigned int xflags; member
191 unsigned int xflags; member
/external/iptables/include/
Dxtables.h151 unsigned int xflags; member
191 unsigned int xflags; member

123