| /linux-6.15/include/net/netfilter/ |
| H A D | nf_conntrack_tuple.h | 45 __be16 all; member 90 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 91 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip() 100 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6() 101 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6() 131 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 139 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 155 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal() 166 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp() 167 mask->src.u3.all[count]) in nf_ct_tuple_src_mask_cmp() [all …]
|
| /linux-6.15/drivers/misc/ |
| H A D | ntsync.c | 115 bool all; member 202 bool all; in ntsync_lock_obj() local 217 if (all) { in ntsync_unlock_obj() 413 bool all; in ntsync_sem_release() local 427 if (all) in ntsync_sem_release() 462 bool all; in ntsync_mutex_unlock() local 478 if (all) in ntsync_mutex_unlock() 512 bool all; in ntsync_mutex_kill() local 527 if (all) in ntsync_mutex_kill() 550 if (all) in ntsync_event_set() [all …]
|
| /linux-6.15/drivers/macintosh/ |
| H A D | windfarm_pm121.c | 881 int all = 1; in pm121_new_control() local 886 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control() 887 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control() 888 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control() 889 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control() 891 if (all) in pm121_new_control() 911 int all = 1; in pm121_new_sensor() local 917 &sensor_cpu_temp) && all; in pm121_new_sensor() 923 &sensor_cpu_power) && all; in pm121_new_sensor() 933 &sensor_gpu_temp) && all; in pm121_new_sensor() [all …]
|
| /linux-6.15/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_headroom.sh | 130 dcb ets set dev $swp prio-tc all:0 177 dcb ets set dev $swp prio-tc all:0 5:1 6:2 7:3 224 dcb pfc set dev $swp prio-pfc all:off delay 0 225 dcb ets set dev $swp prio-tc all:0 259 dcb buffer set dev $swp prio-buffer all:0 261 dcb ets set dev $swp prio-tc all:0 278 dcb buffer set dev $swp buffer-size all:0 0:$size 286 dcb buffer set dev $swp buffer-size all:0 292 dcb buffer set dev $swp buffer-size all:0 0:$size 295 dcb buffer set dev $swp buffer-size all:0 [all …]
|
| H A D | tc_sample.sh | 250 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 267 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 295 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 303 tc filter del dev $rp1 ingress protocol all pref 2 handle 102 matchall 323 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 349 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 375 tc filter del dev $rp3 ingress protocol all pref 1 handle 101 matchall 401 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 427 tc filter del dev $rp3 ingress protocol all pref 1 handle 101 matchall 471 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall [all …]
|
| H A D | qos_pfc.sh | 175 dcb buffer set dev $swp1 prio-buffer all:0 1:1 213 dcb buffer set dev $swp3 prio-buffer all:0 1:1 214 dcb pfc set dev $swp3 prio-pfc all:off 1:on 230 dcb buffer set dev $swp4 prio-buffer all:0 1:1 231 dcb pfc set dev $swp4 prio-pfc all:off 1:on 290 dcb buffer set dev $swp4 buffer-size all:0 291 dcb pfc set dev $swp4 prio-pfc all:off 292 dcb buffer set dev $swp4 prio-buffer all:0 305 dcb pfc set dev $swp3 prio-pfc all:off 306 dcb buffer set dev $swp3 prio-buffer all:0 [all …]
|
| /linux-6.15/arch/arm64/boot/dts/ti/ |
| H A D | k3-am625-sk.dts | 34 bootph-all; 45 bootph-all; 57 bootph-all; 69 bootph-all; 82 bootph-all; 110 bootph-all; 160 bootph-all; 164 bootph-all; 168 bootph-all; 223 bootph-all; [all …]
|
| H A D | k3-am62p5-sk.dts | 77 bootph-all; 89 bootph-all; 101 bootph-all; 115 bootph-all; 178 bootph-all; 182 bootph-all; 186 bootph-all; 200 bootph-all; 242 bootph-all; 391 bootph-all; [all …]
|
| H A D | k3-am642-evm-nand.dtso | 16 bootph-all; 54 bootph-all; 63 bootph-all; 112 bootph-all; 117 bootph-all; 122 bootph-all; 127 bootph-all; 132 bootph-all; 137 bootph-all; 142 bootph-all;
|
| /linux-6.15/include/linux/ |
| H A D | netfilter.h | 44 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp() 45 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp() 46 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp() 47 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp() 63 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask() 64 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask() 65 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask() 66 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
|
| /linux-6.15/scripts/ |
| H A D | Makefile.headersinst | 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs)) 45 all-headers := $(src-headers) $(gen-headers) 48 old-subdirs := $(wildcard $(all-subdirs)) 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 54 wanted-dirs := $(sort $(dir $(all-headers))) 71 __headers: $(all-headers) 77 existing-headers := $(filter $(old-headers), $(all-headers))
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | udpgro.sh | 44 local -r all="$@" 45 local -r tx_args=${all%rx*} 46 local -r rx_args=${all#*rx} 73 local -r all="$@" 74 local -r tx_args=${all%rx*} 75 local -r rx_args=${all#*rx} 113 local -r all="$@" 114 local -r tx_args=${all%rx*} 115 local -r rx_args=${all#*rx}
|
| /linux-6.15/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 45 convention at all. 77 0x02 all linux/fd.h 78 0x03 all linux/hdreg.h 80 0x06 all linux/lp.h 82 0x09 all linux/raid/md_u.h 94 0x22 all scsi/sg.h 170 'K' all linux/kd.h 191 'Q' all linux/soundcard.h 294 's' all linux/cdk.h 325 0x8B all linux/wireless.h [all …]
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | devices.rst | 11 'type' is a (all), c (char), or b (block). 'all' means it applies 12 to all types and all major and minor numbers. Major and minor are 13 either an integer or * for all. Access is a composition of r 16 The root device cgroup starts with rwm to 'all'. A child device 62 a cgroup's devices.deny file, all its children will have that entry removed 63 from their whitelist and all the locally set whitelist entries will be 86 B "c 1:3 rwm", "b 3:* rwm" all the rest 98 A "c 1:3 rwm", "c 1:5 r" all the rest 99 B "c 1:3 rwm", "c 1:5 r" all the rest 108 A "c *:3 rwm", "c 1:5 r" all the rest [all …]
|
| /linux-6.15/Documentation/userspace-api/media/ |
| H A D | Makefile | 50 .PHONY: all html texinfo epub xml latex 52 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} target 53 html: all 54 texinfo: all 55 epub: all 56 xml: all 57 latex: $(IMGPDF) all
|
| /linux-6.15/tools/testing/selftests/net/forwarding/ |
| H A D | tc_vlan_modify.sh | 113 tc filter add dev $swp1 ingress protocol all pref 1 handle 1 \ 115 tc filter add dev $swp2 ingress protocol all pref 1 handle 1 \ 126 tc filter del dev $swp2 ingress protocol all pref 1 handle 1 flower 127 tc filter del dev $swp1 ingress protocol all pref 1 handle 1 flower 140 tc filter add dev $swp1 egress protocol all pref 1 handle 1 \ 142 tc filter add dev $swp2 egress protocol all pref 1 handle 1 \ 153 tc filter del dev $swp2 egress protocol all pref 1 handle 1 flower 154 tc filter del dev $swp1 egress protocol all pref 1 handle 1 flower
|
| /linux-6.15/Documentation/core-api/ |
| H A D | refcount-vs-atomic.rst | 42 stores (all po-earlier instructions) on the same CPU are completed 44 It also guarantees that all po-earlier stores on the same CPU 45 and all propagated stores from other CPUs must propagate to all 49 A RELEASE memory ordering guarantees that all prior loads and 50 stores (all po-earlier instructions) on the same CPU are completed 51 before the operation. It also guarantees that all po-earlier 52 stores on the same CPU and all propagated stores from other CPUs 53 must propagate to all other CPUs before the release operation 57 An ACQUIRE memory ordering guarantees that all post loads and 58 stores (all po-later instructions) on the same CPU are [all …]
|
| /linux-6.15/tools/testing/kunit/test_data/ |
| H A D | test_skip_all_tests.log | 5 ok 1 - string_stream_test_empty_on_creation # SKIP all tests skipped 6 ok 2 - string_stream_test_not_empty_after_add # SKIP all tests skipped 7 ok 3 - string_stream_test_get_string # SKIP all tests skipped 12 ok 1 - example_simple_test # SKIP all tests skipped
|
| /linux-6.15/Documentation/devicetree/bindings/gpio/ |
| H A D | xlnx,gpio-xilinx.yaml | 50 xlnx,all-inputs: 54 xlnx,all-inputs-2: 58 xlnx,all-outputs: 62 xlnx,all-outputs-2: 68 description: Sets the default value of all the enabled bits of 74 description: Sets the default value of all the enabled bits of 140 xlnx,all-inputs = <0x0>; 141 xlnx,all-inputs-2 = <0x0>; 142 xlnx,all-outputs = <0x0>; 143 xlnx,all-outputs-2 = <0x0>;
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | Makefile | 117 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs 126 vmlinux.bin.all-y := $(obj)/vmlinux.bin 127 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs 129 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 131 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 133 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 135 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 137 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE 139 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 141 $(obj)/vmlinux.bin.zst: $(vmlinux.bin.all-y) FORCE
|
| /linux-6.15/Documentation/networking/ |
| H A D | ipv6.rst | 22 Specifies whether to load the IPv6 module, but disable all 45 on all interfaces. This might be used when one does not wish 52 IPv6 address autoconfiguration is disabled on all interfaces. 58 IPv6 address autoconfiguration is enabled on all interfaces. 64 Specifies whether to disable IPv6 on all interfaces. 70 IPv6 is enabled on all interfaces. 75 IPv6 is disabled on all interfaces.
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-help.txt | 10 'perf help' [-a|--all] [COMMAND] 19 If the option '--all' or '-a' is given, then all available commands are 32 --all:: 33 Prints all the available commands on the standard output. This
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-kunpeng_hccs | 10 information of all HCCS ports under a specified chip. 16 all_linked: (RO) if all enabled ports on this chip are 18 linked_full_lane: (RO) if all linked ports on this chip are full 20 crc_err_cnt: (RO) total CRC err count for all ports on this 33 information of all HCCS ports under a specified die. 40 all_linked: (RO) if all enabled ports on this die are 42 linked_full_lane: (RO) if all linked ports on this die are full 88 This interface is used to show all HCCS types used on the 105 allowed if all the specified HCCS ports are not busy. 115 used lane number of all specified [all …]
|
| /linux-6.15/samples/bpf/ |
| H A D | tc_l2_redirect.sh | 10 RP_FILTER=$(< /proc/sys/net/ipv4/conf/all/rp_filter) 11 IPV6_DISABLED=$(< /proc/sys/net/ipv6/conf/all/disable_ipv6) 12 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding) 49 $IP netns exec ns2 sysctl -q -w net.ipv4.conf.all.rp_filter=0 54 $IP netns exec ns2 sysctl -q -w net.ipv4.conf.all.rp_filter=0 66 sysctl -q -w net.ipv4.conf.all.rp_filter=0 67 sysctl -q -w net.ipv6.conf.all.forwarding=1 68 sysctl -q -w net.ipv6.conf.all.disable_ipv6=0 80 sysctl -q -w net.ipv4.conf.all.rp_filter=$RP_FILTER 81 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | mdio.yaml | 34 lines of all devices on that MDIO bus. 38 RESET pulse width in microseconds. It applies to all MDIO devices 39 and must therefore be appropriately determined based on all devices 40 requirements (maximum value of all per-device RESET pulse widths). 44 Delay after reset deassert in microseconds. It applies to all MDIO 45 devices and it's determined by how fast all devices are ready for 52 defined 2.5MHz should only be used when all devices on the bus support 58 work, all devices on the bus must support suppressed preamble.
|