Searched refs:filter (Results 151 - 175 of 915) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dprobe-event.h171 int del_perf_probe_events(struct strfilter *filter);
176 int show_perf_probe_events(struct strfilter *filter);
180 struct strfilter *filter);
182 struct strfilter *filter, bool user);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.h22 /* filter and evict must not sleep. Only remove is allowed to sleep. */
24 bool (*filter)(struct mmu_rb_node *node, unsigned long addr, member in struct:mmu_rb_ops
/linux-master/scripts/
H A DMakefile.clean18 $(patsubst %/,%, $(filter %/, $(obj-y) $(obj-m) $(obj-))))
34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
H A DMakefile.vdsoinst23 ifneq ($(filter arm sparc x86, $(SRCARCH)),)
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.h28 /* set l2 unicast filter tag */
29 void hw_atl2_rpfl2_uc_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag, u32 filter);
31 /* set l2 broadcast filter tag */
38 /* Set VLAN filter tag */
39 void hw_atl2_rpf_vlan_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag, u32 filter);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dvxlan_flooding_ipv6.sh165 tc filter add dev br0 egress protocol all pref 1 handle 1 \
168 tc filter add dev $h1 egress protocol all pref 1 handle 1 \
170 tc filter add dev $h1 egress protocol all pref 2 handle 2 \
192 tc filter add dev $rp2 ingress protocol ipv6 pref $i handle $i \
204 tc filter del dev $rp2 ingress protocol ipv6 pref $i \
210 tc filter del dev $h1 egress protocol all pref 2 handle 2 matchall
211 tc filter del dev $h1 egress protocol all pref 1 handle 1 flower
213 tc filter del dev br0 egress protocol all pref 1 handle 1 matchall
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_flooding.sh178 tc filter add dev br0 egress protocol all pref 1 handle 1 \
181 tc filter add dev $h1 egress protocol all pref 1 handle 1 \
183 tc filter add dev $h1 egress protocol all pref 2 handle 2 \
191 tc filter add dev $rp2 ingress protocol ip pref $i handle $i \
203 tc filter del dev $rp2 ingress protocol ip pref $i \
209 tc filter del dev $h1 egress protocol all pref 2 handle 2 matchall
210 tc filter del dev $h1 egress protocol all pref 1 handle 1 flower
212 tc filter del dev br0 egress protocol all pref 1 handle 1 matchall
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie.sh61 ns1_exec tc filter add dev "${TEST_IF}" ingress \
64 BPF_PROG_ID=$(ns1_exec tc filter show dev "${TEST_IF}" ingress | \
H A Dtest_flow_dissector.sh75 tc filter del dev lo ingress pref 1337 2> /dev/null
110 tc filter add dev lo parent ffff: protocol ip pref 1337 flower ip_proto \
150 tc filter del dev lo ingress pref 1337
154 tc filter add dev lo parent ffff: protocol ip pref 1337 flower ip_proto \
164 tc filter del dev lo ingress pref 1337
168 tc filter add dev lo parent ffff: protocol ipv6 pref 1337 flower ip_proto \
/linux-master/include/uapi/linux/dvb/
H A Ddmx.h58 * enum dmx_ts_pes - type of the PES filter.
125 * struct dmx_filter - Specifies a section header filter.
127 * @filter: bit array with bits to be matched at the section header.
128 * @mask: bits that are valid at the filter bit array.
135 __u8 filter[DMX_FILTER_SIZE]; member in struct:dmx_filter
141 * struct dmx_sct_filter_params - Specifies a section filter.
144 * @filter: section header filter, as defined by &struct dmx_filter.
145 * @timeout: maximum time to filter, in milliseconds.
146 * @flags: extra flags for the section filter
160 struct dmx_filter filter; member in struct:dmx_sct_filter_params
[all...]
/linux-master/tools/perf/
H A DMakefile74 ifneq ($(filter clean,$(MAKECMDGOALS)),)
79 rest := $(filter-out clean,$(MAKECMDGOALS))
/linux-master/arch/um/scripts/
H A DMakefile.rules8 USER_OBJS += $(filter %_user.o,$(obj-y) $(USER_SINGLE_OBJS))
14 # These are like USER_OBJS but filter USER_CFLAGS through unprofile instead of
/linux-master/drivers/usb/dwc3/
H A DMakefile13 ifneq ($(filter y,$(CONFIG_USB_DWC3_HOST) $(CONFIG_USB_DWC3_DUAL_ROLE)),)
17 ifneq ($(filter y,$(CONFIG_USB_DWC3_GADGET) $(CONFIG_USB_DWC3_DUAL_ROLE)),)
/linux-master/arch/powerpc/kernel/
H A Drtas.c65 * @filter: If non-NULL, invoking this function via the rtas syscall is
66 * generally allowed, and @filter describes constraints on the
72 * not make sense for this to be set when @filter
86 const struct rtas_filter *filter; member in struct:rtas_function
107 .filter = &(const struct rtas_filter) {
120 .filter = &(const struct rtas_filter) {
127 .filter = &(const struct rtas_filter) {
137 .filter = &(const struct rtas_filter) {
144 .filter = &(const struct rtas_filter) {
167 .filter
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_lib.sh64 tc filter add dev $h3 ingress pref 77 prot 802.1q \
68 tc filter del dev $h3 ingress pref 77
H A Dtc_tunnel_key.sh104 tc filter add dev $swp1 ingress protocol ip pref 100 handle 100 \
107 tc filter add dev $swp1 ingress protocol ip pref 101 handle 101 \
110 tc filter add dev $swp1 ingress protocol ip pref 102 handle 102 \
115 tc filter add dev h1-et egress protocol all pref 1 handle 1 matchall $tcflags \
140 tc filter del dev $swp1 ingress protocol ip pref $i handle $i flower
142 tc filter del dev h1-et egress pref 1 handle 1 matchall
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dloopback.sh39 tc filter add dev $h1 ingress protocol arp pref 1 handle 101 flower \
45 check_fail $? "Matched on a filter without loopback setup"
55 check_err $? "Did not match on filter with loopback"
63 check_fail $? "Matched on a filter after loopback was removed"
65 tc filter del dev $h1 ingress protocol arp pref 1 handle 101 flower
/linux-master/arch/arm64/kernel/pi/
H A DMakefile18 KBUILD_CFLAGS := $(filter-out $(CC_FLAGS_SCS), $(KBUILD_CFLAGS))
20 KBUILD_CFLAGS := $(filter-out $(CC_FLAGS_LTO), $(KBUILD_CFLAGS))
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c32 static int filter; variable
47 if (filter)
63 if (filter) {
250 printf("Expected 0(assume no-filter) or 1 argument(-f)\n");
256 filter = 1;
258 printf("Valid option : -f (for filter feature)\n");
263 if (filter) {
297 if (filter) {
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c16 #include <linux/filter.h>
174 .filter = bitmap_filter,
176 struct sock_filter filter[] = { local
181 .len = (unsigned short)ARRAY_SIZE(filter),
182 .filter = filter,
223 /* One filter resulting in a bitmap */
228 ksft_print_msg("getpid RET_ALLOW 1 filter (bitmap): %llu ns\n", bitmap1);
230 /* Second filter resulting in a bitmap */
237 /* Third filter, ca
[all...]
/linux-master/tools/testing/selftests/net/netfilter/
H A Dconntrack_tcp_unreplied.sh39 if ! ip netns exec "$ns2" nft list counter inet filter "$name" | grep -q "$expect"; then
41 ip netns exec "$ns2" nft list counter inet filter "$name" 1>&2
69 table inet filter {
71 type filter hook input priority 0; policy accept;
86 table inet filter {
90 type filter hook input priority 0; policy accept;
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c538 u32 filter)
540 aq_hw_write_reg(aq_hw, HW_ATL_RX_FLR_MCST_FLR_ADR(filter),
734 u32 filter)
736 aq_hw_write_reg_bit(aq_hw, HW_ATL_RPFL2MC_ENF_ADR(filter),
759 u32 filter)
761 aq_hw_write_reg_bit(aq_hw, HW_ATL_RPFL2UC_ACTF_ADR(filter),
767 u32 filter)
769 aq_hw_write_reg_bit(aq_hw, HW_ATL_RPFL2UC_ENF_ADR(filter),
776 u32 filter)
778 aq_hw_write_reg(aq_hw, HW_ATL_RPFL2UC_DAFLSW_ADR(filter),
537 hw_atl_reg_rx_flr_mcst_flr_set(struct aq_hw_s *aq_hw, u32 rx_flr_mcst_flr, u32 filter) argument
732 hw_atl_rpfl2multicast_flr_en_set(struct aq_hw_s *aq_hw, u32 l2multicast_flr_en, u32 filter) argument
757 hw_atl_rpfl2unicast_flr_act_set(struct aq_hw_s *aq_hw, u32 l2unicast_flr_act, u32 filter) argument
766 hw_atl_rpfl2_uc_flr_en_set(struct aq_hw_s *aq_hw, u32 l2unicast_flr_en, u32 filter) argument
774 hw_atl_rpfl2unicast_dest_addresslsw_set(struct aq_hw_s *aq_hw, u32 l2unicast_dest_addresslsw, u32 filter) argument
782 hw_atl_rpfl2unicast_dest_addressmsw_set(struct aq_hw_s *aq_hw, u32 l2unicast_dest_addressmsw, u32 filter) argument
946 hw_atl_rpf_vlan_flr_en_set(struct aq_hw_s *aq_hw, u32 vlan_flr_en, u32 filter) argument
955 hw_atl_rpf_vlan_flr_act_set(struct aq_hw_s *aq_hw, u32 vlan_flr_act, u32 filter) argument
964 hw_atl_rpf_vlan_id_flr_set(struct aq_hw_s *aq_hw, u32 vlan_id_flr, u32 filter) argument
973 hw_atl_rpf_vlan_rxq_en_flr_set(struct aq_hw_s *aq_hw, u32 vlan_rxq_en, u32 filter) argument
982 hw_atl_rpf_vlan_rxq_flr_set(struct aq_hw_s *aq_hw, u32 vlan_rxq, u32 filter) argument
991 hw_atl_rpf_etht_flr_en_set(struct aq_hw_s *aq_hw, u32 etht_flr_en, u32 filter) argument
999 hw_atl_rpf_etht_user_priority_en_set(struct aq_hw_s *aq_hw, u32 etht_user_priority_en, u32 filter) argument
1007 hw_atl_rpf_etht_rx_queue_en_set(struct aq_hw_s *aq_hw, u32 etht_rx_queue_en, u32 filter) argument
1017 hw_atl_rpf_etht_user_priority_set(struct aq_hw_s *aq_hw, u32 etht_user_priority, u32 filter) argument
1026 hw_atl_rpf_etht_rx_queue_set(struct aq_hw_s *aq_hw, u32 etht_rx_queue, u32 filter) argument
1034 hw_atl_rpf_etht_mgt_queue_set(struct aq_hw_s *aq_hw, u32 etht_mgt_queue, u32 filter) argument
1043 hw_atl_rpf_etht_flr_act_set(struct aq_hw_s *aq_hw, u32 etht_flr_act, u32 filter) argument
1051 hw_atl_rpf_etht_flr_set(struct aq_hw_s *aq_hw, u32 etht_flr, u32 filter) argument
1058 hw_atl_rpf_l4_spd_set(struct aq_hw_s *aq_hw, u32 val, u32 filter) argument
1065 hw_atl_rpf_l4_dpd_set(struct aq_hw_s *aq_hw, u32 val, u32 filter) argument
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.c115 int i, j, filter; local
164 for (filter = 0; filter < QSEED3_FILTERS; filter++) {
165 if (!lut[filter])
170 + off_tbl[filter][i][1];
171 lut_len = off_tbl[filter][i][0] << 2;
175 (lut[filter])[lut_offset++]);
190 int j, filter; local
219 for (filter
[all...]
/linux-master/tools/scripts/
H A DMakefile.include55 ifneq ($(filter %/,$(LLVM)),)
57 else ifneq ($(filter -%,$(LLVM)),)
126 ifneq ($(filter 3.%,$(MAKE_VERSION)),) # make-3
141 ifeq ($(filter 3.%,$(MAKE_VERSION)),)
144 short-opts := $(filter-out --%,$(MAKEFLAGS))
/linux-master/kernel/trace/
H A Dtrace_events_trigger.c42 * trigger has a filter associated with it, rec will checked against
43 * the filter and if the record matches the trigger will be invoked.
64 struct event_filter *filter; local
76 filter = rcu_dereference_sched(data->filter);
77 if (filter && !filter_match_preds(filter, rec))
526 * If an event has triggers and any of those triggers has a filter or
540 if (data->filter || event_command_post_trigger(data->cmd_ops) ||
658 * [trigger] [if filter]
784 event_trigger_separate_filter(char *param_and_filter, char **param, char **filter, bool param_required) argument
1002 char *param, *filter; local
1071 struct event_filter *filter = NULL, *tmp; local
1771 char *param, *filter; local
[all...]

Completed in 227 milliseconds

1234567891011>>