Home
last modified time | relevance | path

Searched refs:chains (Results 1 – 25 of 157) sorted by relevance

1234567

/external/iptables/iptables/
Diptables-xml.c98 static struct chain chains[maxChains]; variable
266 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) in existsChain()
281 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) { in needChain()
282 openChain(chains[c].chain, chains[c].policy, in needChain()
283 &(chains[c].count), '\0'); in needChain()
286 chains[c].created = 1; in needChain()
299 chains[nextChain].chain = strdup(chain); in saveChain()
300 chains[nextChain].policy = strdup(policy); in saveChain()
301 chains[nextChain].count = *ctr; in saveChain()
302 chains[nextChain].created = 0; in saveChain()
[all …]
Dxtables-config-parser.y120 table : T_TABLE T_STRING '{' chains '}'
128 chains : chain
129 | chains chain
Dnft.c318 .chains = {
335 .chains = {
370 .chains = {
393 .chains = {
416 .chains = {
450 .chains = {
478 .chains = {
501 .chains = {
661 for (i=0; i<NF_IP_NUMHOOKS && t->chains[i].name != NULL; i++) { in nft_chain_builtin_find()
662 if (strcmp(t->chains[i].name, chain) != 0) in nft_chain_builtin_find()
[all …]
/external/iptables/libiptc/
Dlibiptc.c138 struct list_head chains; member
344 list_pos=&handle->chains; in __iptcc_bsearch_chain_index()
363 return &handle->chains; /* Be safe, return orig start pos */ in __iptcc_bsearch_chain_index()
455 pos = handle->chains.next; in iptcc_bsearch_chain_offset()
473 list_pos = &handle->chains; in iptcc_linearly_search_chain_index()
546 unsigned int chains = 0; in iptcc_chain_index_build() local
559 list_for_each_entry(c, &h->chains, list) { in iptcc_chain_index_build()
564 cindex=chains / list_length; in iptcc_chain_index_build()
572 if ((chains % list_length)== 0) { in iptcc_chain_index_build()
576 chains++; in iptcc_chain_index_build()
[all …]
/external/iptables/extensions/
Dlibxt_REDIRECT.man7 chains, and user-defined chains which are only called from those
8 chains. It redirects the packet to the machine itself by changing the
Dlibip6t_REJECT.man10 chains, and user-defined chains which are only called from those
11 chains. The following option controls the nature of the error packet
Dlibipt_REJECT.man10 chains, and user-defined chains which are only called from those
11 chains. The following option controls the nature of the error packet
Dlibxt_physdev.man13 chains). If the interface name ends in a "+", then any
23 chains). If the interface name ends in a "+", then any
34 This is only useful in the FORWARD and POSTROUTING chains.
Dlibxt_DNAT.man7 chains, and user-defined chains which are only called from those
8 chains. It specifies that the destination address of the packet
Dlibxt_TRACE.man2 the packets as those traverse the tables, chains, rules.
9 and "policy" for the policy of the built in chains.
Dlibxt_SNAT.man7 chains, and user-defined chains which are only called from those
8 chains. It specifies that the source address of the packet should be
Dlibxt_addrtype.man56 chains. It cannot be specified with the
67 chains. It cannot be specified with the
Dlibxt_policy.man9 chains,
13 chains.
Dlibxt_mac.man10 chains.
Dlibip6t_eui64.man10 chains.
/external/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll6 ; escape. However, for long ADCS chains (and last ditch fallback) the dependency
12 ; + We want 2 long ADCS chains
15 ; + We want both chains to write CPSR post-split (so that the copy can't be
17 ; + We want the chains to be long enough that duplicating them is expensive.
D2011-08-29-SchedCycle.ll12 ; If the libcalls are not serialized (i.e. both have chains which are dag
28 ; The right solution is to fix LegalizeType too chains the libcalls together.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll6 ; escape. However, for long ADCS chains (and last ditch fallback) the dependency
12 ; + We want 2 long ADCS chains
15 ; + We want both chains to write CPSR post-split (so that the copy can't be
17 ; + We want the chains to be long enough that duplicating them is expensive.
D2011-08-29-SchedCycle.ll12 ; If the libcalls are not serialized (i.e. both have chains which are dag
28 ; The right solution is to fix LegalizeType too chains the libcalls together.
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll12 ; If the libcalls are not serialized (i.e. both have chains which are dag
28 ; The right solution is to fix LegalizeType too chains the libcalls together.
/external/iproute2/examples/diffserv/
Dregression-testing29 Edge31-cb-chains
75 Edge32-cb-u32, Edge32-cb-chains
87 for chains which is roughly: 6mbps
DREADME23 CB-3(1|2)-(u32/chains)
28 and IPchains on the chains extension. CB stands for color Blind
/external/iproute2/examples/bpf/
DREADME5 - bpf_tailcall.c -> Using tail call chains
/external/llvm/test/CodeGen/X86/
D2011-12-26-extractelement-duplicate-load.ll5 ; the chains correctly.
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_add_chanctx/
Dformat17 print fmt: "%s control:%d MHz width:%d center: %d/%d MHz chains:%d/%d", REC->wiphy_name, REC->contr…

1234567