Searched refs:filter (Results 51 - 75 of 912) sorted by relevance

1234567891011>>

/linux-master/sound/soc/fsl/
H A Dimx-pcm-dma.c22 static bool filter(struct dma_chan *chan, void *param) function
34 .compat_filter_fn = filter,
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter_multicast.sh240 tc filter add dev $h2 ingress protocol ip pref 1 handle 122 flower \
242 tc filter add dev $h3 ingress protocol ip pref 1 handle 133 flower \
266 tc filter del dev $h3 ingress protocol ip pref 1 handle 133 flower
267 tc filter del dev $h2 ingress protocol ip pref 1 handle 122 flower
280 tc filter add dev $h2 ingress protocol ipv6 pref 1 handle 122 flower \
282 tc filter add dev $h3 ingress protocol ipv6 pref 1 handle 133 flower \
306 tc filter del dev $h3 ingress protocol ipv6 pref 1 handle 133 flower
307 tc filter del dev $h2 ingress protocol ipv6 pref 1 handle 122 flower
317 # reach any host due to RPF check. A filter with 'skip_hw' is added to
319 # packets. The filter i
[all...]
H A Dtc_police.sh132 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
152 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
158 tc filter add dev $rp1 ingress protocol ip pref 1 handle 101 flower \
164 tc filter del dev $rp1 ingress protocol ip pref 1 handle 101 flower
170 tc filter add dev $rp2 egress protocol ip pref 1 handle 101 flower \
176 tc filter del dev $rp2 egress protocol ip pref 1 handle 101 flower
207 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
212 tc filter add dev $rp1 ingress protocol ip pref 1 handle 101 flower \
219 tc filter add dev $rp2 egress protocol ip pref 1 handle 101 flower \
227 tc filter de
[all...]
H A Dtc_shblocks.sh53 tc filter add block 22 protocol ip pref 1 handle 101 flower \
68 tc filter del block 22 protocol ip pref 1 handle 101 flower
77 tc filter add block 22 protocol ip pref 1 handle 101 flower \
79 tc filter add block 22 protocol ip pref 2 handle 102 flower \
94 tc filter del block 22 protocol ip pref 1 handle 101 flower
95 tc filter del block 22 protocol ip pref 2 handle 102 flower
/linux-master/include/sound/
H A Ddesignware_i2s.h45 bool (*filter)(struct dma_chan *chan, void *slave); member in struct:i2s_platform_data
55 bool (*filter)(struct dma_chan *chan, void *slave); member in struct:i2s_dma_data
/linux-master/arch/loongarch/vdso/
H A DMakefile16 $(filter -I%,$(KBUILD_CFLAGS)) \
17 $(filter -E%,$(KBUILD_CFLAGS)) \
18 $(filter -march=%,$(KBUILD_CFLAGS)) \
19 $(filter -m%-float,$(KBUILD_CFLAGS)) \
25 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \
39 $(filter -E%,$(KBUILD_CFLAGS)) -nostdlib -shared \
66 native-abi := $(filter -mabi=%,$(KBUILD_CFLAGS))
/linux-master/net/sched/
H A Dact_bpf.c11 #include <linux/filter.h>
26 struct bpf_prog *filter; member in struct:tcf_bpf_cfg
41 struct bpf_prog *filter; local
47 filter = rcu_dereference(prog->filter);
51 filter_res = bpf_prog_run(filter, skb);
55 filter_res = bpf_prog_run(filter, skb);
126 if (nla_put_u32(skb, TCA_ACT_BPF_ID, prog->filter->aux->id))
129 nla = nla_reserve(skb, TCA_ACT_BPF_TAG, sizeof(prog->filter->tag));
133 memcpy(nla_data(nla), prog->filter
253 struct bpf_prog *filter = cfg->filter; local
[all...]
/linux-master/net/tipc/
H A Dtopsrv.h51 u32 upper, u32 filter, int *conid);
H A Dsubscr.h98 int swap_ = !((sub__)->filter & TIPC_FILTER_MASK); \
108 int swap_ = !((sub__)->filter & TIPC_FILTER_MASK); \
118 int swap_ = !((evt__)->s.filter & (TIPC_FILTER_MASK)); \
H A Dsubscr.c91 u32 filter = sub->s.filter; local
95 if (!must && !(filter & TIPC_SUB_PORTS))
97 if (filter & TIPC_SUB_CLUSTER_SCOPE && p->scope == TIPC_NODE_SCOPE)
99 if (filter & TIPC_SUB_NODE_SCOPE && p->scope != TIPC_NODE_SCOPE)
137 u32 filter = tipc_sub_read(s, filter); local
141 if ((filter & TIPC_SUB_PORTS && filter & TIPC_SUB_SERVICE) ||
160 sub->s.filter
[all...]
/linux-master/tools/testing/selftests/breakpoints/
H A DMakefile11 ifneq (,$(filter $(ARCH),aarch64 arm64))
/linux-master/tools/perf/util/
H A Dprobe-file.h47 int probe_file__del_events(int fd, struct strfilter *filter);
48 int probe_file__get_events(int fd, struct strfilter *filter,
64 struct strfilter *filter);
69 int probe_cache__show_all_caches(struct strfilter *filter);
/linux-master/tools/testing/selftests/kexec/
H A DMakefile7 ifeq ($(ARCH_PROCESSED),$(filter $(ARCH_PROCESSED),x86 ppc64le))
/linux-master/drivers/net/ipa/
H A Dipa_table.h14 * ipa_filtered_valid() - Validate a filter table endpoint bitmap
29 * ipa_table_reset() - Reset filter and route tables entries to "none"
36 * ipa_table_hash_flush() - Synchronize hashed filter and route updates
42 * ipa_table_setup() - Set up filter and route tables
50 * ipa_table_config() - Configure filter and route tables
58 * ipa_table_init() - Do early initialization of filter and route tables
72 * @filter: Whether to check filter or routing tables
74 bool ipa_table_mem_valid(struct ipa *ipa, bool filter);
H A Dipa_table.c28 * filter and routing rules. An entry in either of these tables is a little
32 * Separate tables (both filter and route) are used for IPv4 and IPv6. There
33 * is normally another set of "hashed" filter and route tables, which are
38 * an object (such as a route or filter table) in IPA-resident memory must
39 * 128-byte aligned. An object in system memory (such as a route or filter
41 * route or filter rules in system memory.
46 * filter or route table rules.
48 * Each filter rule is associated with an AP or modem TX endpoint, though
50 * filter table is a bitmap indicating which endpoints have entries in
52 * address of a filter rul
148 ipa_table_mem(struct ipa *ipa, bool filter, bool hashed, bool ipv6) argument
202 ipa_table_reset_add(struct gsi_trans *trans, bool filter, bool hashed, bool ipv6, u16 first, u16 count) argument
383 ipa_table_init_add(struct gsi_trans *trans, bool filter, bool ipv6) argument
603 ipa_table_mem_valid(struct ipa *ipa, bool filter) argument
[all...]
/linux-master/arch/x86/entry/vdso/
H A DMakefile80 $(filter -g%,$(KBUILD_CFLAGS)) -fno-stack-protector \
90 $(vobjs): KBUILD_CFLAGS := $(filter-out $(PADDING_CFLAGS) $(CC_FLAGS_LTO) $(CC_FLAGS_CFI) $(RANDSTRUCT_CFLAGS) $(GCC_PLUGINS_CFLAGS) $(RETPOLINE_CFLAGS),$(KBUILD_CFLAGS)) $(CFL)
141 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) -DBUILD_VDSO
145 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
146 KBUILD_CFLAGS_32 := $(filter-out -mcmodel=kernel,$(KBUILD_CFLAGS_32))
147 KBUILD_CFLAGS_32 := $(filter-out -fno-pic,$(KBUILD_CFLAGS_32))
148 KBUILD_CFLAGS_32 := $(filter-out -mfentry,$(KBUILD_CFLAGS_32))
149 KBUILD_CFLAGS_32 := $(filter-out $(RANDSTRUCT_CFLAGS),$(KBUILD_CFLAGS_32))
150 KBUILD_CFLAGS_32 := $(filter-out $(GCC_PLUGINS_CFLAGS),$(KBUILD_CFLAGS_32))
151 KBUILD_CFLAGS_32 := $(filter
[all...]
/linux-master/arch/sparc/vdso/
H A DMakefile46 $(filter -g%,$(KBUILD_CFLAGS)) -fno-stack-protector \
52 $(vobjs): KBUILD_CFLAGS := $(filter-out $(RANDSTRUCT_CFLAGS) $(GCC_PLUGINS_CFLAGS) $(SPARC_REG_CFLAGS),$(KBUILD_CFLAGS)) $(CFL)
75 KBUILD_AFLAGS_32 := $(filter-out -m64,$(KBUILD_AFLAGS)) -DBUILD_VDSO
79 KBUILD_CFLAGS_32 := $(filter-out -m64,$(KBUILD_CFLAGS))
80 KBUILD_CFLAGS_32 := $(filter-out -mcmodel=medlow,$(KBUILD_CFLAGS_32))
81 KBUILD_CFLAGS_32 := $(filter-out -fno-pic,$(KBUILD_CFLAGS_32))
82 KBUILD_CFLAGS_32 := $(filter-out $(RANDSTRUCT_CFLAGS),$(KBUILD_CFLAGS_32))
83 KBUILD_CFLAGS_32 := $(filter-out $(GCC_PLUGINS_CFLAGS),$(KBUILD_CFLAGS_32))
84 KBUILD_CFLAGS_32 := $(filter-out $(SPARC_REG_CFLAGS),$(KBUILD_CFLAGS_32))
104 $(VDSO_LDFLAGS) $(VDSO_LDFLAGS_$(filter
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_nat.sh Error!

 

There was an error!

/usr/local/opengrok/src/linux-master/tools/testing/selftests/netfilter/nft_nat.sh (No such file or directory)

java.io.FileNotFoundException: /usr/local/opengrok/src/linux-master/tools/testing/selftests/netfilter/nft_nat.sh (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileReader.<init>(FileReader.java:72)
at org.opensolaris.opengrok.search.Results.prettyPrint(Results.java:191)
at org.apache.jsp.search_jsp._jspService(search_jsp.java:680)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:165)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:1025)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:451)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1201)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:654)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:317)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)