| /Linux-v5.15/net/core/ |
| D | secure_seq.c | 60 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off() 69 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 82 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq() 91 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 104 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral() 110 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 178 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number() 186 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
| /Linux-v5.15/lib/ |
| D | siphash.c | 225 u64 combined = (u64)second << 32 | first; in siphash_3u32() local 227 v3 ^= combined; in siphash_3u32() 230 v0 ^= combined; in siphash_3u32() 339 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local 341 v3 ^= combined; in hsiphash_2u32() 343 v0 ^= combined; in hsiphash_2u32() 358 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local 360 v3 ^= combined; in hsiphash_3u32() 362 v0 ^= combined; in hsiphash_3u32() 379 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local [all …]
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
| /Linux-v5.15/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-ethtool.c | 691 unsigned int rx, tx, combined; in xgbe_get_channels() local 705 combined = min(rx, tx); in xgbe_get_channels() 707 channels->max_combined = combined; in xgbe_get_channels() 715 combined = min(rx, tx); in xgbe_get_channels() 716 rx -= combined; in xgbe_get_channels() 717 tx -= combined; in xgbe_get_channels() 719 channels->combined_count = combined; in xgbe_get_channels() 736 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 750 combined = min(rx, tx); in xgbe_set_channels() 768 if (channels->combined_count > combined) { in xgbe_set_channels() [all …]
|
| /Linux-v5.15/net/netfilter/ |
| D | nf_conntrack_expect.c | 90 } __aligned(SIPHASH_ALIGNMENT) combined; in nf_ct_expect_dst_hash() 95 memset(&combined, 0, sizeof(combined)); in nf_ct_expect_dst_hash() 97 combined.dst_addr = tuple->dst.u3; in nf_ct_expect_dst_hash() 98 combined.net_mix = net_hash_mix(n); in nf_ct_expect_dst_hash() 99 combined.dport = (__force __u16)tuple->dst.u.all; in nf_ct_expect_dst_hash() 100 combined.l3num = tuple->src.l3num; in nf_ct_expect_dst_hash() 101 combined.protonum = tuple->dst.protonum; in nf_ct_expect_dst_hash() 103 hash = siphash(&combined, sizeof(combined), &nf_ct_expect_hashrnd); in nf_ct_expect_dst_hash()
|
| D | nf_nat_core.c | 163 } __aligned(SIPHASH_ALIGNMENT) combined; in hash_by_src() 167 memset(&combined, 0, sizeof(combined)); in hash_by_src() 170 combined.src = tuple->src; in hash_by_src() 171 combined.net_mix = net_hash_mix(net); in hash_by_src() 172 combined.protonum = tuple->dst.protonum; in hash_by_src() 176 combined.zone = zone->id; in hash_by_src() 178 hash = siphash(&combined, sizeof(combined), &nf_nat_hash_rnd); in hash_by_src()
|
| D | nf_conntrack_core.c | 205 } __aligned(SIPHASH_ALIGNMENT) combined; in hash_conntrack_raw() 209 memset(&combined, 0, sizeof(combined)); in hash_conntrack_raw() 212 combined.src = tuple->src; in hash_conntrack_raw() 213 combined.dst_addr = tuple->dst.u3; in hash_conntrack_raw() 214 combined.zone = zoneid; in hash_conntrack_raw() 215 combined.net_mix = net_hash_mix(net); in hash_conntrack_raw() 216 combined.dport = (__force __u16)tuple->dst.u.all; in hash_conntrack_raw() 217 combined.proto = tuple->dst.protonum; in hash_conntrack_raw() 219 return (u32)siphash(&combined, sizeof(combined), &nf_conntrack_hash_rnd); in hash_conntrack_raw()
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | pkt_cls.h | 59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /Linux-v5.15/include/uapi/linux/ |
| D | pkt_cls.h | 87 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 88 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /Linux-v5.15/Documentation/driver-api/media/drivers/ |
| D | sh_mobile_ceu_camera.rst | 13 combined scales: sensor_scale * host_scale 81 3. Calculate new combined scales from "effective" input window to requested user 86 4. Calculate sensor output window by applying combined scales to real input
|
| /Linux-v5.15/Documentation/devicetree/bindings/display/ |
| D | arm,pl11x.txt | 13 - interrupt-names: either the single entry "combined" representing a 14 combined interrupt output (CLCDINTR), or the four entries 76 interrupt-names = "combined";
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_devlink.c | 229 #define combined(key, active, pending) \ macro 249 combined(DEVLINK_INFO_VERSION_GENERIC_FW_UNDI, ice_info_orom_ver, ice_info_pending_orom_ver), 250 combined("fw.psid.api", ice_info_nvm_ver, ice_info_pending_nvm_ver), 251 combined(DEVLINK_INFO_VERSION_GENERIC_FW_BUNDLE_ID, ice_info_eetrack, ice_info_pending_eetrack), 255 combined("fw.netlist", ice_info_netlist_ver, ice_info_pending_netlist_ver), 256 combined("fw.netlist.build", ice_info_netlist_build, ice_info_pending_netlist_build),
|
| /Linux-v5.15/arch/arm64/boot/dts/amd/ |
| D | amd-seattle-xgbe-b.dtsi | 92 interrupts = /* Uses combined intr for both 108 interrupts = /* Uses combined intr for both
|
| /Linux-v5.15/net/ipv6/ |
| D | syncookies.c | 50 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash() 59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
|
| /Linux-v5.15/drivers/media/pci/ivtv/ |
| D | Kconfig | 68 utilize write-combined caching on the framebuffer memory. 75 ranges that should be marked write-combined from the driver.
|
| /Linux-v5.15/Documentation/features/debug/kprobes-on-ftrace/ |
| D | arch-support.txt | 4 # description: arch supports combined kprobes and ftrace live patching
|
| /Linux-v5.15/tools/memory-model/litmus-tests/ |
| D | MP+polockmbonce+poacquiresilsil.litmus | 6 * Do spinlocks combined with smp_mb__after_spinlock() provide order
|
| /Linux-v5.15/Documentation/devicetree/bindings/cpufreq/ |
| D | imx-cpufreq-dt.txt | 5 "speed grading" value which are written in fuses. These bits are combined with
|
| /Linux-v5.15/drivers/iio/light/ |
| D | Kconfig | 413 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor" 419 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor 507 featuring channels for combined visible + IR intensity and lux illuminance. 542 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor" 548 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity 555 tristate "VCNL4035 combined ALS and proximity sensor" 562 combined ambient light (ALS) and proximity sensor. Currently only ALS 594 VL6180 combined ambient light, range and proximity sensor.
|
| /Linux-v5.15/Documentation/security/ |
| D | siphash.rst | 96 } __aligned(SIPHASH_ALIGNMENT) combined = { 101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
|
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ |
| D | max98373.txt | 24 - maxim,interleave-mode : For cases where a single combined channel
|
| /Linux-v5.15/drivers/s390/char/ |
| D | sclp.h | 217 info->combined = sccb->nr_configured + sccb->nr_standby; in sclp_fill_core_info() 219 info->combined * sizeof(struct sclp_core_entry)); in sclp_fill_core_info()
|
| /Linux-v5.15/Documentation/driver-api/iio/ |
| D | intro.rst | 33 combined functionality (e.g. light plus proximity sensor).
|
| /Linux-v5.15/arch/s390/kernel/ |
| D | smp.c | 764 info->combined = info->configured; in smp_get_core_info() 829 for (i = 0; i < info->combined; i++) { in __smp_rescan_cpus() 853 for (cpu = 0; cpu < info->combined; cpu++) in smp_detect_cpus() 859 if (cpu >= info->combined) in smp_detect_cpus() 870 for (cpu = 0; cpu < info->combined; cpu++) { in smp_detect_cpus()
|
| /Linux-v5.15/Documentation/x86/ |
| D | microcode.rst | 27 The format of the combined initrd image is microcode in (uncompressed) 29 loader parses the combined initrd image during boot.
|