Searched refs:filter (Results 426 - 450 of 917) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/amd/
H A D7990.h76 volatile unsigned filter[2]; /* Multicast filter (64 bits) */ member in struct:lance_init_block
/linux-master/include/uapi/linux/
H A Dtipc.h111 #define TIPC_SUB_PORTS 0x01 /* filter: evt at each match */
112 #define TIPC_SUB_SERVICE 0x02 /* filter: evt at first up/last down */
113 #define TIPC_SUB_CANCEL 0x04 /* filter: cancel a subscription */
120 __u32 filter; /* bitmask of filter options */ member in struct:tipc_subscr
/linux-master/drivers/comedi/drivers/
H A Djr3_pci.h449 * passed through cascaded low pass filters. Each succeeding filter
450 * has a cutoff frequency of 1/4 of the preceding filter. The cutoff
457 struct force_array filter[7]; /* member in struct:jr3_sensor
/linux-master/drivers/usb/gadget/function/
H A Drndis.h169 u16 *filter; member in struct:rndis_params
/linux-master/arch/x86/entry/syscalls/
H A DMakefile25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))
/linux-master/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c4 #include <linux/filter.h>
/linux-master/samples/bpf/
H A Dtest_cgrp2_tc.sh8 BPF_SECTION='filter'
85 $TC filter add dev $HOST_IFC egress bpf da obj $BPF_PROG sec $BPF_SECTION || return $?
/linux-master/drivers/clk/
H A Dclk-axi-clkgen.c344 uint32_t filter; local
360 filter = axi_clkgen_lookup_filter(m - 1);
381 axi_clkgen_mmcm_write(axi_clkgen, MMCM_REG_FILTER1, filter >> 16, 0x9900);
382 axi_clkgen_mmcm_write(axi_clkgen, MMCM_REG_FILTER2, filter, 0x9900);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre_scale.sh80 filter add dev $swp1 ingress pref 1000 \
/linux-master/drivers/dma-buf/
H A Ddma-buf-sysfs-stats.c141 .filter = dmabuf_sysfs_uevent_filter,
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile62 -c $(filter %.c,$^) -o $@ && \
/linux-master/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh86 perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf \
88 check_exec_0 "perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf"
/linux-master/drivers/macintosh/
H A Dmac_hid.c155 .filter = mac_hid_emumouse_filter,
/linux-master/arch/mips/kernel/
H A Dlinux32.c19 #include <linux/filter.h>
/linux-master/kernel/bpf/
H A Ddispatcher.c6 #include <linux/filter.h>
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh5 # configures two VXLAN devices in the same network namespace and a tc filter on
89 pkts=$(tc -n $ns -j -s filter show $id \
126 run_cmd "tc -n $ns1 filter add dev vx1 ingress pref 1 handle 101 proto all flower src_mac $smac dst_mac $dmac action pass"
129 run_cmd "tc -n $ns1 filter add dev lo ingress pref 1 handle 101 proto ip flower ip_proto udp dst_port 4790 action drop"
H A Ddrop_monitor_tests.sh67 $TC filter add dev dummy10 egress pref 1 handle 101 proto ip \
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.h79 /* FIFO size for dynamically updating the PTT trace filter list. */
81 /* Delay time for filter updating work */
127 * @filter: filter value for tracing the TLP headers
139 u32 filter:16; member in struct:hisi_ptt_trace_ctrl
154 * struct hisi_ptt_filter_desc - Descriptor of the PTT trace filter
155 * @attr: sysfs attribute of this filter
156 * @list: entry of this descriptor in the filter list
157 * @is_port: the PCI device of the filter is a Root Port or not
158 * @name: name of this filter, sam
[all...]
/linux-master/include/linux/
H A Dbpf_local_storage.h11 #include <linux/filter.h>
H A Dkobject.h134 int (* const filter)(const struct kobject *kobj); member in struct:kset_uevent_ops
165 * can add new environment variables, or filter out the uevents if so
/linux-master/sound/core/seq/
H A Dseq_ump_client.c411 unsigned int filter; local
417 filter = ~(1U << 0); /* always allow groupless messages */
420 filter &= ~(1U << (p + 1));
422 cptr->group_filter = filter;
/linux-master/drivers/hid/bpf/progs/
H A DMakefile60 -c $(filter %.c,$^) -o $@ && \
/linux-master/tools/testing/selftests/net/netfilter/
H A Dbridge_brouter.sh90 ip netns exec "$nsbr" ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP
H A Dconntrack_sctp_collision.sh50 tc -n "$SERVER_NS" filter add dev link0 parent 1: protocol ip u32 match ip protocol 132 \
H A Dnft_zones_many.sh41 type filter hook output priority -64000; policy accept;

Completed in 215 milliseconds

<<11121314151617181920>>