/linux/Documentation/bpf/ |
H A D | prog_flow_dissector.rst | 36 dissection, or BPF_DROP to indicate parsing error. 60 Pre-VLAN parsing:: 79 Post-VLAN parsing:: 111 continue parsing first fragment; the default expected behavior is that 115 stop parsing as soon as it reaches IPv6 flow label; used by 118 parsing as soon as it reaches encapsulated headers; used by routing 131 * ``_dissect`` routine - entry point; it does input ``n_proto`` parsing and
|
/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 15 This provides partition parsing for BCM63xx devices with CFE 29 tristate "Command line partition table parsing" 36 You will still need the parsing functions to be called by the driver 102 This driver adds support for parsing a partition with an Image Tag 106 tristate "ARM Firmware Suite partition parsing" 117 You will still need the parsing functions to be called by the driver 154 tristate "RedBoot partition table parsing" 166 You will still need the parsing functions to be called by the driver 207 This provides support for parsing partitions from Shared Memory (SMEM)
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | keytable.c.rst | 125 perror ("parsing input file scancode"); 131 perror ("parsing input file scancode"); 138 perror ("parsing input file keycode"); 142 // printf ("parsing %s=%s:", scancode, keycode);
|
/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 414 - Traps packets dropped due to an error in the VXLAN header parsing which 418 - Traps packets dropped due to an error in the LLC+SNAP header parsing 421 - Traps packets dropped due to an error in the VLAN header parsing. Could 425 - Traps packets dropped due to an error in the PPPoE+PPP header parsing. 431 - Traps packets dropped due to an error in the MPLS header parsing which 435 - Traps packets dropped due to an error in the ARP header parsing 438 - Traps packets dropped due to an error in the first IP header parsing. 445 - Traps packets dropped due to an error in the parsing of the last IP 450 - Traps packets dropped due to an error in the GRE header parsing 453 - Traps packets dropped due to an error in the UDP header parsing. [all …]
|
/linux/crypto/asymmetric_keys/ |
H A D | Kconfig | 32 This option provides support for parsing X.509 format blobs for key 42 This option provides support for parsing PKCS#8 format blobs for 53 This option provides support for parsing PKCS#7 format messages for
|
/linux/Documentation/networking/ |
H A D | strparser.rst | 35 parsing (e.g. BPF parsing in case of KCM), and a rcv_msg function 56 Temporarily pause a stream parser. Message parsing is suspended 71 error, and it is called from the upper layer to stop parsing 138 other < 0 Error in parsing, give control back to userspace 200 in parsing. The default function stops the stream parser and
|
/linux/Documentation/hid/ |
H A D | hidreport-parsing.rst | 4 Manual parsing of HID report descriptors 34 function is ``Usage Page``, thus for parsing the value 0x01 in the second byte
|
H A D | hidintro.rst | 18 hidreport-parsing 48 The HID subsystem is in charge of parsing the HID report descriptors, 95 Documentation/hid/hidreport-parsing.rst; you only need to understand it 298 After parsing it (try to parse it on your own using the suggested 481 Check Documentation/hid/hidreport-parsing.rst if you need any help
|
/linux/Documentation/filesystems/ |
H A D | hfsplus.rst | 39 For disk devices the generic partition parsing code does this 40 for us. Defaults to not parsing the partition table at all.
|
H A D | hfs.rst | 44 For disk devices the generic partition parsing code does this 45 for us. Defaults to not parsing the partition table at all.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dfl-fme | 54 fails with -EINVAL if input parsing fails or input error code 63 fails with -EINVAL if input parsing fails or input error code 84 -EINVAL if input parsing fails or input inject error code isn't 93 fails with -EINVAL if input parsing fails or input error code 198 -EINVAL if input parsing fails. 211 -EINVAL if input parsing fails.
|
H A D | sysfs-bus-amba | 20 no support for parsing delimiters.
|
H A D | sysfs-bus-vmbus | 20 there is no support for parsing delimiters.
|
H A D | sysfs-bus-vdpa | 57 no support for parsing delimiters.
|
/linux/Documentation/arch/riscv/ |
H A D | acpi.rst | 7 The ISA string parsing rules for ACPI are defined by `Version ASCIIDOC
|
/linux/Documentation/admin-guide/cifs/ |
H A D | changes.rst | 8 This may be easier to read than parsing the output of
|
/linux/tools/perf/arch/x86/tests/ |
H A D | Build | 5 perf-test-y += sample-parsing.o
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | amdgpu-stoney-skips.txt | 33 amdgpu/amd_vrr_range@freesync-parsing
|
/linux/tools/perf/tests/ |
H A D | Build | 35 perf-test-y += sample-parsing.o 61 perf-test-y += pe-file-parsing.o
|
/linux/scripts/kconfig/tests/preprocess/builtin_func/ |
H A D | Kconfig | 10 # 'error-if' is similar, but it terminates the parsing immediately.
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 2986 refcount_set(&mlxsw_sp->parsing.parsing_depth_ref, 0); in mlxsw_sp_parsing_init() 2987 mlxsw_sp->parsing.parsing_depth = MLXSW_SP_DEFAULT_PARSING_DEPTH; in mlxsw_sp_parsing_init() 2988 mlxsw_sp->parsing.vxlan_udp_dport = MLXSW_SP_DEFAULT_VXLAN_UDP_DPORT; in mlxsw_sp_parsing_init() 2989 mutex_init(&mlxsw_sp->parsing.lock); in mlxsw_sp_parsing_init() 2994 mutex_destroy(&mlxsw_sp->parsing.lock); in mlxsw_sp_parsing_fini() 2995 WARN_ON_ONCE(refcount_read(&mlxsw_sp->parsing.parsing_depth_ref)); in mlxsw_sp_parsing_fini() 4173 mutex_lock(&mlxsw_sp->parsing.lock); in mlxsw_sp_parsing_depth_inc() 4175 if (refcount_inc_not_zero(&mlxsw_sp->parsing.parsing_depth_ref)) in mlxsw_sp_parsing_depth_inc() 4179 mlxsw_sp->parsing.vxlan_udp_dport); in mlxsw_sp_parsing_depth_inc() 4184 mlxsw_sp->parsing.parsing_depth = MLXSW_SP_INCREASED_PARSING_DEPTH; in mlxsw_sp_parsing_depth_inc() [all …]
|
/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | brcm,trx.txt | 26 detected by a software parsing TRX header.
|
/linux/Documentation/misc-devices/ |
H A D | ad525x_dpot.rst | 26 as a hex file for easier parsing.
|
/linux/drivers/mtd/maps/ |
H A D | Kconfig | 86 This provides some extra DT physmap parsing for the Baikal-T1 95 This provides some extra DT physmap parsing for the ARM Versatile 106 This provides some extra DT physmap parsing for the Gemini 118 This provides some extra DT physmap parsing for the Intel IXP4xx
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-firmware-opal-elog | 34 do more parsing in kernel and add more files to make
|