Home
last modified time | relevance | path

Searched full:filtering (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/Linux-v5.15/net/ipv4/netfilter/
DKconfig47 This module enables IPv4 FIB lookups, e.g. for reverse path filtering.
128 tristate "IP tables support (required for filtering/masq/NAT)"
133 The packet filtering and full NAT (masquerading, port forwarding,
182 tristate "Packet filtering"
185 Packet filtering defines a table `filter', which has a series of
186 rules for simple packet filtering at local input, forwarding and
197 The REJECT target allows a filtering rule to specify that an ICMP
340 The ARP packet filtering and mangling (manipulation)subsystems
348 tristate "ARP packet filtering"
350 ARP packet filtering defines a table `filter', which has a series of
[all …]
/Linux-v5.15/include/media/
Ddemux.h83 * @is_filtering: Set to non-zero when filtering in progress
87 * @start_filtering: starts TS filtering
88 * @stop_filtering: stops TS filtering
91 * Using this API, the client can set the filtering properties to start/stop
92 * filtering TS packets on a particular TS feed.
141 * @is_filtering: Set to non-zero when filtering in progress
147 * the demux. It should only be called when no filtering
152 * should not be called while filtering is in progress
156 * @start_filtering: starts section filtering
157 * @stop_filtering: stops section filtering
[all …]
/Linux-v5.15/net/bridge/netfilter/
DKconfig35 into connections. This is used to enhance packet filtering via
49 filtering/NAT/brouting on the Ethernet bridge.
69 The ebtables filter table is used to define frame filtering rules at
106 filtering.
114 filtering.
123 filtering.
161 allows STP header field filtering.
168 This option adds the 802.1Q vlan match, which allows the filtering of
/Linux-v5.15/Documentation/networking/
Dswitchdev.rst221 traffic. To enable VLAN support, turn on VLAN filtering::
441 If the device implements e.g.: VLAN filtering, putting the interface in
453 Bridge VLAN filtering
456 The Linux bridge allows the configuration of a VLAN filtering mode (statically,
460 - with VLAN filtering turned off: the bridge is strictly VLAN unaware and its
463 have no effect while VLAN filtering is turned off. Frames ingressing the
467 - with VLAN filtering turned on: the bridge is VLAN-aware and frames ingressing
476 - with VLAN filtering turned off, the bridge will process all ingress traffic
493 - with VLAN filtering turned on, these VLAN devices can be created as long as
499 way by the enabling of VLAN filtering on the bridge device(s). If the VLAN
[all …]
/Linux-v5.15/net/ipv6/netfilter/
DKconfig43 This module enables IPv6 FIB lookups, e.g. for reverse path filtering.
78 tristate "IP6 tables support (required for filtering)"
84 Currently only the packet filtering and packet mangling subsystem
195 tristate "Packet filtering"
198 Packet filtering defines a table `filter', which has a series of
199 rules for simple packet filtering at local input, forwarding and
210 The REJECT target allows a filtering rule to specify that an ICMPv6
/Linux-v5.15/net/can/
DKconfig23 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
33 tristate "Broadcast Manager CAN Protocol (with content filtering)"
36 The Broadcast Manager offers content filtering, timeout monitoring,
49 It is based on the PF_CAN core infrastructure for msg filtering and
/Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_prs.h74 /* TCAM range for unicast and multicast filtering. We have 25 entries per port,
75 * with 4 dedicated to UC filtering and the rest to multicast filtering.
82 /* Number of entries per port dedicated to UC and MC filtering */
87 /* There is a TCAM range reserved for VLAN filtering entries, range size is 33
102 /* MAC filtering range */
106 /* VLAN filtering range */
/Linux-v5.15/Documentation/userspace-api/media/dvb/
Ddmx-start.rst31 This ioctl call is used to start the actual filtering operation defined
52 - Invalid argument, i.e. no filtering parameters provided via the
60 There are active filters filtering data from another input source.
Ddmx-set-pes-filter.rst36 packet identifier (PID), i.e. no PES header or payload filtering
59 There are active filters filtering data from another input source.
Ddmx-set-filter.rst40 be a "one-shot" filter, i.e. if the filtering operation should be
41 stopped after the first section is received, and whether the filtering
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h482 * @bf_energy_delta: Used for RSSI filtering, if in 'normal' state. Send beacon
485 * the Energy change is ignored for beacon filtering, and beacon will
488 * @bf_roaming_energy_delta: Used for RSSI filtering, if in 'roaming' state.
491 * means that the Energy change is ignored for beacon filtering while in
493 * @bf_roaming_state: Used for RSSI filtering. If absolute Energy values
498 * filtering (Slow or Fast) that is selected (Units are in Celsuis):
505 * beacon filtering; beacons will not be forced to be sent to driver
510 * beacon filtering; beacons will not be forced to be sent to driver
512 * @bf_enable_beacon_filter: 1, beacon filtering is enabled; 0, disabled.
513 * @bf_debug_flag: beacon filtering debug configuration
[all …]
Dfilter.h98 * struct iwl_fw_bcast_mac - per-mac broadcast filtering configuration.
110 * struct iwl_bcast_filter_cmd - broadcast filtering configuration
116 * @macs: broadcast filtering configuration per-mac
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/ftrace/
Dfgraph-filter-stack.tc6 # Make sure that function graph filtering works, and is not
46 fail "Graph filtering not working with stack tracer?"
63 fail "Graph filtering not working after stack tracer disabled?"
Dfgraph-filter.tc6 # Make sure that function graph filtering works
31 fail "Graph filtering not working by itself?"
Dfunc-filter-pid.tc60 fail "PID filtering not working?"
81 fail "PID filtering not following fork?"
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/
Dgianfar.rst27 extraction of VLAN headers, but not filtering. Filtering will be
35 filtering. On the eTSEC, the exact-match MAC registers are used
/Linux-v5.15/net/ncsi/
Dinternal.h25 NCSI_CAP_GENERIC_MC = 0x10, /* Global MC filtering */
32 NCSI_CAP_BC_ARP = 0x01, /* ARP packet filtering */
33 NCSI_CAP_BC_DHCPC = 0x02, /* DHCP client filtering */
34 NCSI_CAP_BC_DHCPS = 0x04, /* DHCP server filtering */
35 NCSI_CAP_BC_NETBIOS = 0x08, /* NetBIOS packet filtering */
37 NCSI_CAP_MC_IPV6_NEIGHBOR = 0x01, /* IPv6 neighbor filtering */
41 NCSI_CAP_MC_IPV6_MLD = 0x10, /* IPv6 MLD filtering */
42 NCSI_CAP_MC_IPV6_NEIGHBOR_S = 0x20, /* IPv6 neighbour filtering */
225 /* Filtering Settings */
/Linux-v5.15/net/
DKconfig123 bool "Network packet filtering framework (Netfilter)"
125 Netfilter is a framework for filtering and mangling network packets
128 The most common use of packet filtering is to run your Linux box as
164 a bridge with Network packet filtering enabled makes iptables "see"
165 the bridged traffic. For filtering on the lower network and Ethernet
170 masquerading (ipmasqadm), packet filtering (ipchains), transparent
189 tristate "Bridged IP/ARP packets filtering"
/Linux-v5.15/drivers/net/ethernet/intel/e1000e/
Dmanage.c86 * e1000e_enable_tx_pkt_filtering - Enable packet filtering on Tx
89 * Enables packet filtering on transmit packets if manageability is enabled
102 /* No manageability, no filtering */ in e1000e_enable_tx_pkt_filtering()
109 * reason, disable filtering. in e1000e_enable_tx_pkt_filtering()
129 * take the safe route of assuming Tx filtering is enabled. in e1000e_enable_tx_pkt_filtering()
136 /* Cookie area is valid, make the final check for filtering. */ in e1000e_enable_tx_pkt_filtering()
/Linux-v5.15/drivers/net/wireless/ti/wl18xx/
Dscan.h40 s8 rssi_threshold; /* for filtering (in dBm) */
41 s8 snr_threshold; /* for filtering (in dB) */
43 u8 bss_type; /* for filtering */
/Linux-v5.15/drivers/net/ethernet/actions/
Dowl-emac.h85 #define OWL_EMAC_BIT_MAC_CSR6_IF BIT(4) /* Inverse filtering */
87 #define OWL_EMAC_BIT_MAC_CSR6_HO BIT(2) /* Hash only filtering mode */
89 #define OWL_EMAC_BIT_MAC_CSR6_HP BIT(0) /* Hash/perfect receive filtering mode */
179 #define OWL_EMAC_BIT_RDES0_FF BIT(30) /* Filtering fail */
215 #define OWL_EMAC_BIT_TDES1_FT1 BIT(28) /* Filtering type */
220 #define OWL_EMAC_BIT_TDES1_FT0 BIT(22) /* Filtering type */
/Linux-v5.15/drivers/net/wireless/ti/wl12xx/
Dscan.h72 s8 rssi_threshold; /* for filtering (in dBm) */
73 s8 snr_threshold; /* for filtering (in dB) */
80 u8 bss_type; /* for filtering */
/Linux-v5.15/drivers/net/ipa/
Dipa_table.c48 * represents "no filtering" or "no routing," and is the reset value for
52 * not all TX endpoints support filtering. The first 64-bit slot in a
66 * IPA filtering functionality.
135 /* A "zero rule" is used to represent no filtering or no routing. in ipa_table_validate_build()
210 dev_err(dev, "at least one filtering endpoint is required\n"); in ipa_filter_map_valid()
217 dev_err(dev, "too many filtering endpoints (%u, max %u)\n", in ipa_filter_map_valid()
427 /* The number of filtering endpoints determines number of entries in ipa_table_init_add()
481 * Endpoint must be for the AP (not modem) and support filtering. Updates
578 * address of a filter rule. A "zero rule" indicates no filtering, and
637 * it left one position. (Bit 0 repesents global filtering, in ipa_table_init()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
DKconfig83 bool "Enable broadcast filtering"
86 Say Y here to enable default bcast filtering configuration.
88 Enabling broadcast filtering will drop any incoming wireless
/Linux-v5.15/net/decnet/
DKconfig37 filtering". The first two are required to allow configuration via
40 filtering" option will be required for the forthcoming routing daemon

12345678910>>...27