Searched refs:filtering (Results 1 – 25 of 133) sorted by relevance
123456
/linux-6.12.1/Documentation/userspace-api/media/dvb/ |
D | dmx-start.rst | 31 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.
|
D | dmx-set-pes-filter.rst | 36 packet identifier (PID), i.e. no PES header or payload filtering 59 There are active filters filtering data from another input source.
|
D | dmx-set-filter.rst | 40 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
|
D | dmx-stop.rst | 31 This ioctl call is used to stop the actual filtering operation defined
|
/linux-6.12.1/net/ipv4/netfilter/ |
D | Kconfig | 51 This module enables IPv4 FIB lookups, e.g. for reverse path filtering. 124 tristate "IP tables support (required for filtering/masq/NAT)" 129 The packet filtering and full NAT (masquerading, port forwarding, 178 tristate "Packet filtering" 182 Packet filtering defines a table `filter', which has a series of 183 rules for simple packet filtering at local input, forwarding and 194 The REJECT target allows a filtering rule to specify that an ICMP 330 tristate "arptables-legacy packet filtering support" 335 ARP packet filtering defines a table `filter', which has a series of 336 rules for simple ARP packet filtering at local input and
|
/linux-6.12.1/net/bridge/netfilter/ |
D | Kconfig | 35 into connections. This is used to enhance packet filtering via 53 filtering/NAT/brouting on the Ethernet bridge. 75 The ebtables filter table is used to define frame filtering rules at 113 filtering. 121 filtering. 130 filtering. 168 allows STP header field filtering. 175 This option adds the 802.1Q vlan match, which allows the filtering of
|
/linux-6.12.1/net/can/ |
D | Kconfig | 24 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)" 34 tristate "Broadcast Manager CAN Protocol (with content filtering)" 37 The Broadcast Manager offers content filtering, timeout monitoring, 50 It is based on the PF_CAN core infrastructure for msg filtering and
|
/linux-6.12.1/Documentation/networking/ |
D | switchdev.rst | 222 traffic. To enable VLAN support, turn on VLAN filtering:: 442 If the device implements e.g.: VLAN filtering, putting the interface in 454 Bridge VLAN filtering 457 The Linux bridge allows the configuration of a VLAN filtering mode (statically, 461 - with VLAN filtering turned off: the bridge is strictly VLAN unaware and its 464 have no effect while VLAN filtering is turned off. Frames ingressing the 468 - with VLAN filtering turned on: the bridge is VLAN-aware and frames ingressing 477 - with VLAN filtering turned off, the bridge will process all ingress traffic 494 - with VLAN filtering turned on, these VLAN devices can be created as long as 500 way by the enabling of VLAN filtering on the bridge device(s). If the VLAN [all …]
|
D | bridge.rst | 175 `VLAN filtering <https://lore.kernel.org/netdev/1360792820-14116-1-git-send-email-vyasevic@redhat.c… 176 on a bridge is disabled by default. After enabling VLAN filtering on a bridge, 242 networking functions like forwarding, filtering, and learning of Ethernet 259 consider using nftables for packet filtering. 288 traffic. For pure link layer filtering, this module isn't needed.
|
D | tc-queue-filters.rst | 4 TC queue based filtering
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | Kconfig | 47 This module enables IPv6 FIB lookups, e.g. for reverse path filtering. 74 tristate "IP6 tables support (required for filtering)" 80 Currently only the packet filtering and packet mangling subsystem 191 tristate "Packet filtering" 196 Packet filtering defines a table `filter', which has a series of 197 rules for simple packet filtering at local input, forwarding and 208 The REJECT target allows a filtering rule to specify that an ICMPv6
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/freescale/ |
D | gianfar.rst | 27 extraction of VLAN headers, but not filtering. Filtering will be 35 filtering. On the eTSEC, the exact-match MAC registers are used
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | common_options.rst | 23 … further information about event filtering see https://www.kernel.org/doc/html/latest/trace/events…
|
/linux-6.12.1/net/mac802154/ |
D | rx.c | 148 sdata->required_filtering > wpan_phy->filtering) { in ieee802154_subif_frame() 359 if (local->hw.phy->filtering < IEEE802154_FILTERING_4_FRAME_FIELDS && in __ieee802154_rx_handle_packet() 423 if (local->hw.phy->filtering == IEEE802154_FILTERING_NONE) { in ieee802154_rx()
|
D | driver-ops.h | 187 local->phy->filtering = IEEE802154_FILTERING_NONE; in drv_start() 200 local->phy->filtering = IEEE802154_FILTERING_4_FRAME_FIELDS; in drv_start()
|
/linux-6.12.1/Documentation/driver-api/80211/ |
D | mac80211.rst | 137 Frame filtering 141 :doc: Frame filtering
|
/linux-6.12.1/Documentation/networking/dsa/ |
D | b53.rst | 85 # activate VLAN filtering 128 # activate VLAN filtering 165 # activate VLAN filtering
|
D | lan9303.rst | 36 - Support for VLAN filtering is not implemented
|
/linux-6.12.1/drivers/net/ipa/ |
D | Kconfig | 16 including routing, filtering, and NAT. Currently the IPA
|
/linux-6.12.1/drivers/media/platform/st/sti/c8sectpfe/ |
D | Kconfig | 21 memdma engine, and HW PID filtering.
|
/linux-6.12.1/net/ |
D | Kconfig | 157 bool "Network packet filtering framework (Netfilter)" 159 Netfilter is a framework for filtering and mangling network packets 162 The most common use of packet filtering is to run your Linux box as 198 a bridge with Network packet filtering enabled makes iptables "see" 199 the bridged traffic. For filtering on the lower network and Ethernet 204 masquerading (ipmasqadm), packet filtering (ipchains), transparent 223 tristate "Bridged IP/ARP packets filtering"
|
/linux-6.12.1/Documentation/driver-api/media/ |
D | dtv-demux.rst | 32 :c:type:`dmx_demux`. For example, a demux interface might support Section filtering, 33 but not PES filtering. The kABI client is expected to check the value of any
|
/linux-6.12.1/Documentation/admin-guide/ |
D | syscall-user-dispatch.rst | 18 Syscall User Dispatch brings the filtering of the syscall dispatcher 42 doesn't rely on any of the syscall ABI to make the filtering. It uses
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl.c | 2828 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_dvm_caps() 2847 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_dvm_caps() 2853 caps->filtering.ethertype_init = VIRTCHNL_VLAN_ETHERTYPE_8100 | in ice_vc_set_dvm_caps() 2885 caps->filtering.max_filters = ice_vc_get_max_vlan_fltrs(vf); in ice_vc_set_dvm_caps() 2905 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_svm_caps() 2919 caps->filtering.max_filters = 0; in ice_vc_set_svm_caps() 2921 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_svm_caps() 2924 caps->filtering.ethertype_init = VIRTCHNL_VLAN_ETHERTYPE_8100; in ice_vc_set_svm_caps() 2941 caps->filtering.max_filters = ice_vc_get_max_vlan_fltrs(vf); in ice_vc_set_svm_caps() 3203 if (!ice_vc_validate_vlan_filter_list(&vf->vlan_v2_caps.filtering, in ice_vc_remove_vlan_v2_msg() [all …]
|
/linux-6.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-iter.rst | 46 program in kernel to run with each map element, do checking, filtering,
|
123456