Home
last modified time | relevance | path

Searched full:mss (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/remoteproc/
Dqcom,msm8996-mss-pil.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,msm8996-mss-pil.yaml#
7 title: Qualcomm MSM8996 MSS Peripheral Image Loader (and similar)
14 MSS Peripheral Image Loader loads and boots firmware on the
20 - qcom,msm8996-mss-pil
21 - qcom,msm8998-mss-pil
22 - qcom,sdm660-mss-pil
23 - qcom,sdm845-mss-pil
27 - description: MSS QDSP6 registers
70 - description: MSS power domain (only valid for qcom,sdm845-mss-pil)
77 - const: mss # only valid for qcom,sdm845-mss-pil
[all …]
Dqcom,msm8916-mss-pil.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,msm8916-mss-pil.yaml#
7 title: Qualcomm MSM8916 MSS Peripheral Image Loader (and similar)
20 - qcom,msm8909-mss-pil
21 - qcom,msm8916-mss-pil
22 - qcom,msm8953-mss-pil
23 - qcom,msm8974-mss-pil
26 description: Deprecated, prefer using qcom,msm8916-mss-pil
31 - description: MSS QDSP6 registers
73 - description: MSS proxy power domain (control handed over after startup)
74 (only valid for qcom,msm8953-mss-pil)
[all …]
Dqcom,sc7180-mss-pil.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,sc7180-mss-pil.yaml#
7 title: Qualcomm SC7180 MSS Peripheral Image Loader
19 - qcom,sc7180-mss-pil
23 - description: MSS QDSP6 registers
56 - description: GCC MSS IFACE clock
57 - description: GCC MSS BUS clock
58 - description: GCC MSS NAV clock
59 - description: GCC MSS SNOC_AXI clock
60 - description: GCC MSS MFAB_AXIS clock
76 - description: MSS power domain
[all …]
Dqcom,sc7280-mss-pil.yaml4 $id: http://devicetree.org/schemas/remoteproc/qcom,sc7280-mss-pil.yaml#
7 title: Qualcomm SC7280 MSS Peripheral Image Loader
19 - qcom,sc7280-mss-pil
23 - description: MSS QDSP6 registers
60 - description: GCC MSS IFACE clock
61 - description: GCC MSS OFFLINE clock
62 - description: GCC MSS SNOC_AXI clock
77 - description: MSS power domain
82 - const: mss
110 within MSS.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt12 "qcom,msm8916-mss-pil",
13 "qcom,msm8974-mss-pil"
14 "qcom,msm8996-mss-pil"
15 "qcom,msm8998-mss-pil"
16 "qcom,sc7180-mss-pil"
17 "qcom,sdm845-mss-pil"
42 qcom,msm8916-mss-pil:
43 qcom,msm8974-mss-pil:
45 qcom,msm8996-mss-pil:
46 qcom,msm8998-mss-pil:
[all …]
/kernel/linux/linux-6.6/include/dt-bindings/memory/
Dtegra234-mc.h180 /* MSS internal memqual MIU7 read clients */
182 /* MSS internal memqual MIU7 write clients */
184 /* MSS internal memqual MIU8 read clients */
186 /* MSS internal memqual MIU8 write clients */
188 /* MSS internal memqual MIU9 read clients */
190 /* MSS internal memqual MIU9 write clients */
192 /* MSS internal memqual MIU10 read clients */
194 /* MSS internal memqual MIU10 write clients */
196 /* MSS internal memqual MIU11 read clients */
198 /* MSS internal memqual MIU11 write clients */
[all …]
Dtegra194-mc.h147 /* MSS internal memqual MIU7 read clients */
149 /* MSS internal memqual MIU7 write clients */
207 /* AXI AP and DFD-AUX0/1 read clients Both share the same interface on the on MSS */
209 /* AXI AP and DFD-AUX0/1 write clients Both sahre the same interface on MSS */
261 /* MSS internal memqual MIU0 read clients */
263 /* MSS internal memqual MIU0 write clients */
265 /* MSS internal memqual MIU1 read clients */
267 /* MSS internal memqual MIU1 write clients */
269 /* MSS internal memqual MIU2 read clients */
271 /* MSS internal memqual MIU2 write clients */
[all …]
/kernel/linux/linux-6.6/net/ipv4/
Dtcp_offload.c17 unsigned int seq, unsigned int mss) in tcp_gso_tstamp() argument
23 if (before(ts_seq, seq + mss)) { in tcp_gso_tstamp()
30 seq += mss; in tcp_gso_tstamp()
68 unsigned int mss; in tcp_gso_segment() local
88 mss = skb_shinfo(skb)->gso_size; in tcp_gso_segment()
89 if (unlikely(skb->len <= mss)) in tcp_gso_segment()
95 skb_shinfo(skb)->gso_segs = DIV_ROUND_UP(skb->len, mss); in tcp_gso_segment()
114 * the frame into an MSS multiple and possibly a remainder, both in tcp_gso_segment()
115 * cases return a GSO skb. So update the mss now. in tcp_gso_segment()
118 mss *= skb_shinfo(segs)->gso_segs; in tcp_gso_segment()
[all …]
Dsyncookies.c94 * MSS into the second hash value. in secure_tcp_syn_cookie()
131 * MSS Values are chosen based on the 2011 paper
136 * .. in the 1300-1349 range account for about 15 to 20% of observed mss values
139 * 1460 is the single most frequently announced mss value (30 to 46% depending
150 * Generate a syncookie. mssp points to the mss, which is returned
157 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local
160 if (mss >= msstab[mssind]) in __cookie_v4_init_sequence()
180 * Return the decoded mss if it is, or 0 if not.
330 int full_space, mss; in cookie_v4_check() local
343 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_offload.c15 unsigned int seq, unsigned int mss) in tcp_gso_tstamp() argument
18 if (before(ts_seq, seq + mss)) { in tcp_gso_tstamp()
25 seq += mss; in tcp_gso_tstamp()
64 unsigned int mss; in tcp_gso_segment() local
80 mss = skb_shinfo(skb)->gso_size; in tcp_gso_segment()
81 if (unlikely(skb->len <= mss)) in tcp_gso_segment()
87 skb_shinfo(skb)->gso_segs = DIV_ROUND_UP(skb->len, mss); in tcp_gso_segment()
106 * the frame into an MSS multiple and possibly a remainder, both in tcp_gso_segment()
107 * cases return a GSO skb. So update the mss now. in tcp_gso_segment()
110 mss *= skb_shinfo(segs)->gso_segs; in tcp_gso_segment()
[all …]
Dsyncookies.c96 * MSS into the second hash value. in secure_tcp_syn_cookie()
133 * MSS Values are chosen based on the 2011 paper
138 * .. in the 1300-1349 range account for about 15 to 20% of observed mss values
141 * 1460 is the single most frequently announced mss value (30 to 46% depending
152 * Generate a syncookie. mssp points to the mss, which is returned
159 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local
162 if (mss >= msstab[mssind]) in __cookie_v4_init_sequence()
182 * Return the decoded mss if it is, or 0 if not.
332 int full_space, mss; in cookie_v4_check() local
345 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
[all …]
/kernel/linux/linux-6.6/fs/proc/
Dtask_mmu.c424 static void smaps_page_accumulate(struct mem_size_stats *mss, in smaps_page_accumulate() argument
428 mss->pss += pss; in smaps_page_accumulate()
431 mss->pss_anon += pss; in smaps_page_accumulate()
433 mss->pss_shmem += pss; in smaps_page_accumulate()
435 mss->pss_file += pss; in smaps_page_accumulate()
438 mss->pss_locked += pss; in smaps_page_accumulate()
441 mss->pss_dirty += pss; in smaps_page_accumulate()
443 mss->private_dirty += size; in smaps_page_accumulate()
445 mss->shared_dirty += size; in smaps_page_accumulate()
448 mss->private_clean += size; in smaps_page_accumulate()
[all …]
/kernel/linux/linux-5.10/fs/proc/
Dtask_mmu.c428 static void smaps_page_accumulate(struct mem_size_stats *mss, in smaps_page_accumulate() argument
432 mss->pss += pss; in smaps_page_accumulate()
435 mss->pss_anon += pss; in smaps_page_accumulate()
437 mss->pss_shmem += pss; in smaps_page_accumulate()
439 mss->pss_file += pss; in smaps_page_accumulate()
442 mss->pss_locked += pss; in smaps_page_accumulate()
446 mss->private_dirty += size; in smaps_page_accumulate()
448 mss->shared_dirty += size; in smaps_page_accumulate()
451 mss->private_clean += size; in smaps_page_accumulate()
453 mss->shared_clean += size; in smaps_page_accumulate()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dudpgso.c65 int tlen; /* send() buffer size, may exceed mss */
67 int gso_len; /* mss after applying gso */
68 int r_num_mss; /* recv(): number of calls of full mss */
69 int r_len_last; /* recv(): size of last non-mss dgram, if any */
82 /* no GSO: send a single MSS */
87 /* no GSO: send a single MSS + 1B: fail */
92 /* send a single MSS: will fall back to no GSO */
98 /* datalen <= MSS < gso_len: will fall back to no GSO */
105 /* MSS < datalen < gso_len: fail */
111 /* send a single MSS + 1B */
[all …]
Dpsock_snd.sh15 readonly mss="$((${mtu} - ${iphlen} - ${udphlen}))"
16 readonly mss_exceeds="$((${mss} + 1))"
58 ./in_netns.sh ./psock_snd -l "${mss}"
66 # ./in_netns.sh ./psock_snd -V -l "${mss}"
72 ./in_netns.sh ./psock_snd -d -l "${mss}"
/kernel/linux/linux-5.10/include/dt-bindings/memory/
Dtegra194-mc.h147 /* MSS internal memqual MIU7 read clients */
149 /* MSS internal memqual MIU7 write clients */
207 /* AXI AP and DFD-AUX0/1 read clients Both share the same interface on the on MSS */
209 /* AXI AP and DFD-AUX0/1 write clients Both sahre the same interface on MSS */
261 /* MSS internal memqual MIU0 read clients */
263 /* MSS internal memqual MIU0 write clients */
265 /* MSS internal memqual MIU1 read clients */
267 /* MSS internal memqual MIU1 write clients */
269 /* MSS internal memqual MIU2 read clients */
271 /* MSS internal memqual MIU2 write clients */
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dudpgso.c65 int tlen; /* send() buffer size, may exceed mss */
67 int gso_len; /* mss after applying gso */
68 int r_num_mss; /* recv(): number of calls of full mss */
69 int r_len_last; /* recv(): size of last non-mss dgram, if any */
82 /* no GSO: send a single MSS */
87 /* no GSO: send a single MSS + 1B: fail */
92 /* send a single MSS: will fall back to no GSO */
98 /* send a single MSS + 1B */
105 /* send exactly 2 MSS */
111 /* send 2 MSS + 1B */
[all …]
Dpsock_snd.sh15 readonly mss="$((${mtu} - ${iphlen} - ${udphlen}))"
16 readonly mss_exceeds="$((${mss} + 1))"
58 ./in_netns.sh ./psock_snd -l "${mss}"
66 # ./in_netns.sh ./psock_snd -V -l "${mss}"
72 ./in_netns.sh ./psock_snd -d -l "${mss}"
90 (! ./in_netns.sh ./psock_snd -v -c -g -l "${mss}")
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_output.c72 u16 mss; /* If it is zero, the MSS option is disabled */ member
81 /* Calculate MSS not accounting any TCP options. */
89 /* Calculate base mss without TCP options: It is MMS_S - sizeof(tcphdr) of rfc1122 */ in __tcp_nip_mtu_to_mss()
113 /* Calculate MSS. Not accounting for SACKs here. */
174 int mss = tcp_nip_current_mss(sk); /* TCP_BASE_MSS */ in __nip_tcp_select_window() local
180 if (unlikely(mss > full_space)) { in __nip_tcp_select_window()
181 mss = full_space; in __nip_tcp_select_window()
182 if (mss <= 0) in __nip_tcp_select_window()
191 if (free_space < (allowed_space >> TCP_NUM_4) || free_space < mss) { in __nip_tcp_select_window()
192 nip_dbg("rcv_wnd is 0, [allowed|full|free]space=[%u, %u, %u], mss=%u", in __nip_tcp_select_window()
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dxt_TCPMSS.c3 * This is a module which is used for setting the MSS option in TCP packets.
29 MODULE_DESCRIPTION("Xtables: TCP Maximum Segment Size (MSS) adjustment");
102 if (info->mss == XT_TCPMSS_CLAMP_PMTU) { in tcpmss_mangle_packet()
114 newmss = info->mss; in tcpmss_mangle_packet()
123 /* Never increase MSS, even when setting it, as in tcpmss_mangle_packet()
125 * on MSS being set correctly. in tcpmss_mangle_packet()
152 * MSS Option not found ?! add it.. in tcpmss_mangle_packet()
165 * IPv4: RFC 1122 states "If an MSS option is not received at in tcpmss_mangle_packet()
166 * connection setup, TCP MUST assume a default send MSS of 536". in tcpmss_mangle_packet()
168 * length IPv6 header of 60, ergo the default MSS value is 1220 in tcpmss_mangle_packet()
[all …]
/kernel/linux/linux-6.6/net/netfilter/
Dxt_TCPMSS.c3 * This is a module which is used for setting the MSS option in TCP packets.
29 MODULE_DESCRIPTION("Xtables: TCP Maximum Segment Size (MSS) adjustment");
102 if (info->mss == XT_TCPMSS_CLAMP_PMTU) { in tcpmss_mangle_packet()
114 newmss = info->mss; in tcpmss_mangle_packet()
123 /* Never increase MSS, even when setting it, as in tcpmss_mangle_packet()
125 * on MSS being set correctly. in tcpmss_mangle_packet()
152 * MSS Option not found ?! add it.. in tcpmss_mangle_packet()
165 * IPv4: RFC 1122 states "If an MSS option is not received at in tcpmss_mangle_packet()
166 * connection setup, TCP MUST assume a default send MSS of 536". in tcpmss_mangle_packet()
168 * length IPv6 header of 60, ergo the default MSS value is 1220 in tcpmss_mangle_packet()
[all …]
/kernel/linux/linux-5.10/net/ipv6/
Dsyncookies.c26 * [ipv6 tcp] MSS must be computed as the maximum packet size minus 60 [..]
28 * Due to IPV6_MIN_MTU=1280 the lowest possible MSS is 1220, which allows
96 const __u16 mss = *mssp; in __cookie_v6_init_sequence() local
99 if (mss >= msstab[mssind]) in __cookie_v6_init_sequence()
139 int full_space, mss; in cookie_v6_check() local
151 mss = __cookie_v6_check(ipv6_hdr(skb), th, cookie); in cookie_v6_check()
152 if (mss == 0) { in cookie_v6_check()
183 req->mss = mss; in cookie_v6_check()
253 tcp_select_initial_window(sk, full_space, req->mss, in cookie_v6_check()
/kernel/linux/linux-6.6/net/ipv6/
Dsyncookies.c26 * [ipv6 tcp] MSS must be computed as the maximum packet size minus 60 [..]
28 * Due to IPV6_MIN_MTU=1280 the lowest possible MSS is 1220, which allows
96 const __u16 mss = *mssp; in __cookie_v6_init_sequence() local
99 if (mss >= msstab[mssind]) in __cookie_v6_init_sequence()
139 int full_space, mss; in cookie_v6_check() local
151 mss = __cookie_v6_check(ipv6_hdr(skb), th, cookie); in cookie_v6_check()
152 if (mss == 0) { in cookie_v6_check()
183 req->mss = mss; in cookie_v6_check()
253 tcp_select_initial_window(sk, full_space, req->mss, in cookie_v6_check()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dqcom,sc7180-mss.yaml4 $id: http://devicetree.org/schemas/clock/qcom,sc7180-mss.yaml#
15 See also:: include/dt-bindings/clock/qcom,mss-sc7180.h
19 const: qcom,sc7180-mss
51 compatible = "qcom,sc7180-mss";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dqcom,sc7180-mss.yaml4 $id: http://devicetree.org/schemas/clock/qcom,sc7180-mss.yaml#
16 - dt-bindings/clock/qcom,mss-sc7180.h
20 const: qcom,sc7180-mss
52 compatible = "qcom,sc7180-mss";

12345678910>>...25