Home
last modified time | relevance | path

Searched full:rfc (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst147 RFC defined statistics, and driver or Altera defined statistics. The four
152 - RFC 2863 found at http://www.rfc-editor.org/rfc/rfc2863.txt.
153 - RFC 2819 found at http://www.rfc-editor.org/rfc/rfc2819.txt.
193 "rx_errors" is equivalent to ifInErrors defined in RFC 2863. This statistic is
197 "tx_errors" is equivalent to ifOutErrors defined in RFC 2863. This statistic
200 "rx_unicast" is equivalent to ifInUcastPkts defined in RFC 2863. This
204 "rx_multicast" is equivalent to ifInMulticastPkts defined in RFC 2863. This
208 "rx_broadcast" is equivalent to ifInBroadcastPkts defined in RFC 2863. This
212 "tx_discards" is equivalent to ifOutDiscards defined in RFC 2863. This
217 "tx_unicast" is equivalent to ifOutUcastPkts defined in RFC 2863. This
[all …]
/openbmc/linux/net/dccp/ccids/
H A Dccid2.h19 /* NUMDUPACK parameter from RFC 4341, p. 6 */
35 * (RFC 4340 7.5.2)
41 * @tx_{cwnd,ssthresh,pipe}: as per RFC 4341, section 5
42 * @tx_packets_acked: Ack counter for deriving cwnd growth (RFC 3465)
47 * @tx_rto: RTO value deriving from SRTT and RTTVAR (RFC 2988)
49 * @tx_cwnd_used: actually used cwnd, W_used of RFC 2861
77 /* Congestion Window validation (optional, RFC 2861) */
96 * Convert RFC 3390 larger initial window into an equivalent number of packets.
97 * This is based on the numbers specified in RFC 5681, 3.1.
H A DKconfig28 CCID-3 is further described in RFC 4342,
29 https://www.ietf.org/rfc/rfc4342.txt
32 RFC 5348.
34 This text was extracted from RFC 4340 (sec. 10.2),
35 https://www.ietf.org/rfc/rfc4340.txt
H A Dccid3.h32 /* Two seconds as per RFC 5348, 4.2 */
35 /* Parameter t_mbi from [RFC 3448, 4.3]: backoff interval in seconds */
39 * The t_delta parameter (RFC 5348, 8.3): delays of less than %USEC_PER_MSEC are
73 * @tx_t_ipi: Interpacket (send) interval (RFC 3448, 4.6) in usecs
117 * @rx_last_counter: Tracks window counter (RFC 4342, 8.1)
120 * @rx_x_recv: Receiver estimate of send rate (RFC 3448, sec. 4.3)
126 * @rx_pinv: Inverse of Loss Event Rate (RFC 4342, sec. 8.5)
H A Dccid3.c64 * Compute the initial sending rate X_init in the manner of RFC 3390:
68 * Note that RFC 3390 uses MSS, RFC 4342 refers to RFC 3390, and rfc3448bis
69 * (rev-02) clarifies the use of RFC 3390 with regard to the above formula.
123 * when idling [RFC 4342, 5.1]. Definition of idling is from rfc3448bis: in ccid3_hc_tx_update_x()
160 * cf. RFC 4342, 5.3 and RFC 3448, 4.1
173 * Update Window Counter using the algorithm from [RFC 4342, 8.1].
300 * to RFC 4342. This implements the initialisation procedure of in ccid3_hc_tx_send_packet()
311 * - set fallback RTT (RFC 4340, 3.4) since a RTT value in ccid3_hc_tx_send_packet()
313 * - set sending rate X_pps = 1pps as per RFC 3448, 4.2. in ccid3_hc_tx_send_packet()
327 * Scheduling of packet transmissions (RFC 5348, 8.3) in ccid3_hc_tx_send_packet()
[all …]
H A Dccid2.c11 * This implementation should follow RFC 4341
80 * RFC 4341, 6.1.2. We ignore the statement that Ack Ratio 2 is always in ccid2_change_l_ack_ratio()
176 * Congestion window validation (RFC 2861).
189 * (RFC 4340, 7.5.2). The CWV mechanism is exploited to keep track of the
245 /* slow-start after idle periods (RFC 2581, RFC 2861) */ in ccid2_hc_tx_packet_sent()
253 /* see whether cwnd was fully used (RFC 2861), update expected window */ in ccid2_hc_tx_packet_sent()
293 * comparison below uses the wrong formula: Appendix A of RFC 4341 in ccid2_hc_tx_packet_sent()
300 * (cf. RFC 4341, App. A). The problems are that in ccid2_hc_tx_packet_sent()
302 * - the comparison uses a formula different from RFC 4341; in ccid2_hc_tx_packet_sent()
358 * - it has a higher sampling frequency (recommended by RFC 1323),
[all …]
/openbmc/linux/net/l2tp/
H A DKconfig14 From RFC 2661 <http://www.ietf.org/rfc/rfc2661.txt>.
26 over L2TP tunnels. L2TPv3 is defined in RFC 3931
27 <http://www.ietf.org/rfc/rfc3931.txt>.
56 From RFC 3931 <http://www.ietf.org/rfc/rfc3931.txt>.
61 originally defined in RFC 2661, is a standard method for
94 From RFC 4719 <http://www.ietf.org/rfc/rfc4719.txt>.
/openbmc/linux/Documentation/translations/zh_CN/infiniband/
H A Dipoib.rst104 在InfiniBand上传输IP(IPoIB)(RFC 4391)。
105 http://ietf.org/rfc/rfc4391.txt
107 infiniband上的IP:上的IP架构(RFC 4392)。
108 http://ietf.org/rfc/rfc4392.txt
110 infiniband上的IP: 连接模式 (RFC 4755)
111 http://ietf.org/rfc/rfc4755.txt
/openbmc/linux/Documentation/networking/
H A Ddccp.rst23 It divides into a base protocol (RFC 4340) and pluggable congestion control
26 implementation, this is the TCP-like CCID2 (RFC 4341). Additional CCIDs, such as
27 the TCP-friendly CCID3 (RFC 4342), are optional.
29 given applications, see section 10 of RFC 4340.
33 DCCP is a Proposed Standard (RFC 2026), and the homepage for DCCP as a protocol
75 service codes (RFC 4340, sec. 8.1.2); if this socket option is not set,
83 size (application payload size) in bytes, see RFC 4340, section 14.
106 timewait state when closing the connection (RFC 4340, 8.3). The usual case is
112 partial checksum coverage (RFC 4340, sec. 9.2). The default is that checksums
126 restrictive this setting (see [RFC 4340, sec. 9.2.1]). Partial coverage
[all …]
/openbmc/linux/include/uapi/linux/
H A Dsnmp.h13 * RFC 1213: MIB-II
14 * RFC 2011 (updates 1213): SNMPv2-MIB-IP
15 * RFC 2863: Interfaces Group MIB
16 * RFC 2465: IPv6 MIB: General Group
66 * RFC 1213: MIB-II ICMP Group
67 * RFC 2011 (updates 1213): SNMPv2 MIB for IP: ICMP group
108 * RFC 2466: ICMPv6-MIB
126 * RFC 1213: MIB-II TCP group
127 * RFC 2012 (updates 1213): SNMPv2-MIB-TCP
152 * RFC 1213: MIB-II UDP group
[all …]
H A Dicmp.h118 /* RFC 4884 extension struct: one per message */
133 /* RFC 4884 extension object header: one for each object */
140 /* RFC 8335: 2.1 Header for c-type 3 payload */
147 /* RFC 8335: 2.1 Interface Identification Object */
/openbmc/linux/Documentation/infiniband/
H A Dipoib.rst6 protocol as specified by RFC 4391 and 4392, issued by the IETF ipoib
108 Transmission of IP over InfiniBand (IPoIB) (RFC 4391)
109 http://ietf.org/rfc/rfc4391.txt
111 IP over InfiniBand (IPoIB) Architecture (RFC 4392)
112 http://ietf.org/rfc/rfc4392.txt
114 IP over InfiniBand: Connected Mode (RFC 4755)
115 http://ietf.org/rfc/rfc4755.txt
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.h26 Independent implementation of MD5 (RFC 1321).
28 This code implements the MD5 Algorithm defined in RFC 1321, whose
30 http://www.ietf.org/rfc/rfc1321.txt
31 The code is derived from the text of the RFC, including the test suite
33 any code or documentation that is identified in the RFC as being
41 references to Ghostscript; clarified derivation from RFC 1321;
/openbmc/linux/net/ipv6/
H A DKconfig26 bool "IPv6: Router Preference (RFC 4191) support"
36 bool "IPv6: Route Information (RFC 4191) support"
44 bool "IPv6: Enable RFC 4429 Optimistic DAD"
59 implementations of the algorithms that RFC 8221 lists as MUST be
74 implementations of the algorithms that RFC 8221 lists as MUST be
95 bool "IPv6: ESP in TCP encapsulation (RFC 8229)"
101 Support for RFC 8229 encapsulation of ESP and IKE over
120 Support for IPv6 Mobility described in RFC 3775.
210 RFC 2473.
/openbmc/linux/fs/smb/client/
H A Drfc1002pdu.h4 * Protocol Data Unit definitions for RFC 1001/1002 support
13 /* RFC 1002 session packet types */
21 /* RFC 1002 flags (only one defined */
55 /* RFC 1002 Datagram service packets are not defined here as they
H A Dntlmssp.h82 SECURITY_BUFFER DomainName; /* RFC 1001 style and ASCII */
83 SECURITY_BUFFER WorkstationName; /* RFC 1001 and ASCII */
106 SECURITY_BUFFER DomainName; /* RFC 1001 style and ASCII */
107 SECURITY_BUFFER WorkstationName; /* RFC 1001 and ASCII */
/openbmc/openbmc/poky/scripts/
H A Dcreate-pull-request19 RFC=0
27 -c Create an RFC (Request for Comment) patch series
45 $CMD -u contrib -p "RFC PATCH" -b nitin/experimental
62 RFC=1
143 if [ $RFC -eq 1 ]; then
144 PREFIX="RFC $PREFIX"
225 # If this is an RFC, make that clear in the cover letter
226 if [ $RFC -eq 1 ]; then
/openbmc/linux/include/linux/sunrpc/
H A Dmsg_prot.h38 * credential (per RFC 5531 Appendix A)
86 * From RFC 1831:
162 * Note that RFC 1833 does not put any size restrictions on the
168 * Universal addresses are introduced in RFC 1833 and further spelled
169 * out in RFC 3530. RPCBIND_MAXUADDRLEN defines a maximum byte length
173 * Quoting RFC 3530, section 2.2:
/openbmc/linux/fs/nfs/
H A DKconfig23 version 2 (RFC 1094) is always available when NFS_FS is selected.
39 (RFC 1094) in the kernel's NFS client.
49 (RFC 1813) in the kernel's NFS client.
81 (RFC 3530) in the kernel's NFS client.
103 (RFC 5661) in the kernel's NFS client.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-compress-perl_2.213.bb8 * RFC 1950 \
9 * RFC 1951 \
10 * RFC 1952 (i.e. gzip) \
/openbmc/linux/net/ipv4/
H A Dicmp.c25 * routing protocol (RFC 1812).
27 * be ignored (RFC 1812).
29 * transmit rate (RFC 1812).
31 * (RFC 1812).
34 * exceeding 576 bytes (RFC 1812).
39 * valid (RFC 1812).
118 /* RFC 1122: 3.2.2.1 States that NET_UNREACH, HOST_UNREACH and SR_FAILED MUST be considered 'transient errs'. */
588 * RFC 1122: 3.2.2 MUST send at least the IP header and 8 bytes of header.
679 * isn't specified by the RFC, but think about it.. in __icmp_send()
758 /* RFC say in __icmp_send()
[all...]
/openbmc/linux/fs/nfsd/
H A DKconfig30 Support for NFS version 3 (RFC 1813) is always available when
40 NFSv2 (RFC 1094) was the first publicly-released version of NFS.
84 version 4 of the NFS protocol (RFC 3530).
104 the server and the clients. See RFC 5663 for more details.
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_small_bar.rst2 I915 Small BAR RFC Section
19 .. kernel-doc:: Documentation/gpu/rfc/i915_small_bar.h
34 .. kernel-doc:: Documentation/gpu/rfc/i915_small_bar.h
/openbmc/linux/net/dccp/
H A Dsysctl.c30 .extra1 = &seqw_min, /* RFC 4340, 7.5.2 */
40 .extra2 = &u8_max, /* RFC 4340, 10. */
49 .extra2 = &u8_max, /* RFC 4340, 10. */
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-rfc3987_1.3.8.bb1 SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"

12345678910>>...25